Logo position

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sat Aug 25, 2012 12:19 pm
I'd like to put the logo upper in the mainpage, before the menues, in this order:

first of all logo, than topnavmenu, than mainmenu

via override.css naturally.

Is it possible?
User avatar
Fresh Boarder

GK User
Sat Aug 25, 2012 3:21 pm
Hi

Try using this:

Code: Select all
#gkPageTop {min-height: 180px}
#gkPageTop > div {position: relative;top: 85px}
h1#gkLogo {position: absolute; top: -85px}


It should look like this:
screen.png


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Aug 27, 2012 6:40 pm
It works perfectly, tk you very much.
User avatar
Fresh Boarder


cron