Hello I got the feedback it's irritating, that on home the main menu only appears while scrolling down and waiting a bit. Is it possible to show the main menu always like on subsites, while keeping the intro image?
Hi,
You can try this custom css
#gkHeaderNav { top: 0 !important; height: 73px !important; } #gkHeaderNav.active #gkLogoSmall { left: 0; } #gkMainMenu { right: 0; }
saguaros Great that worked, thank you very much :-)