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
#gkTopBanner {
display: none;
}
#gkMainMenu {
clear: none;
width: auto;
float: right;
}