Change position of logo

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 03, 2012 9:20 am
Reply with quote
Report this post
Hi, is it possible to get LOGO and MAINMENU to be presented beside each other? Instead of LOGO and TOPBANNER above MAINMENU as it is default? In what file would I change that?

Thanx, Mats
User avatar
Fresh Boarder

Konrad M
Mon Dec 03, 2012 11:26 am
Reply with quote
Report this post
Hi,
to achieve this please try add to override.css
Code: Select all
#gkTopBanner {
display: none;
}
#gkMainMenu {
clear: none;
width: auto;
float: right;
}

and remember to enable override.css option in template settings.
User avatar


cron