BANNER + Links at topbar right

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun May 17, 2015 1:27 pm
Reply with quote
Report this post
Hi, can anyone help me to correct the positions of a adsense LINK block to go nearer the adsense banner block above it in my topbar banner right position in GK news2? Also maintaining distance from mainmenu module?

To understand better, go to: http://www.soma.org.br
Live site already with the modules there, but over separated,
(or see the attachment)

Thanks in advance.
Lenildo
User avatar
Junior Boarder

teitbite
Mon May 18, 2015 5:25 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkTopBar .ads:first-child {
height: 90px;
overflow: hidden;
}
User avatar
Moderator

GK User
Mon May 18, 2015 5:46 pm
Reply with quote
Report this post
It is OK now, better distance, better position.
Thanks!
Lenildo
User avatar
Junior Boarder

GK User
Tue May 19, 2015 12:08 pm
Reply with quote
Report this post
Hello, Teitbite
Here I am again... :-)
The reason is that I was just thinking if it is possible to position the link block closer to the banner?
(Like in the topbanner of site www.baixaki.com.br)
Tks in advance,
Lenildo
User avatar
Junior Boarder

teitbite
Fri May 22, 2015 4:07 pm
Reply with quote
Report this post
Hi

Add this to css:

Code: Select all
#gkTopBar {
    line-height: 30px;
}
User avatar
Moderator


cron