Show menu on the first module on home page

GK User
Mon Oct 26, 2015 8:48 pm
Hi,

I want to show the menu on the home page but I can't figure out how to show it on the first module. It only shows when I scroll down a bit on the site.

Kind regards
Per
User avatar
Junior Boarder

teitbite
Thu Oct 29, 2015 2:24 pm
Hi

Please tell me the url to Your site.
User avatar
Moderator

GK User
Thu Oct 29, 2015 8:11 pm
Here is my url:
http://newbeachcamp.se.s59867.gridserver.com

Best regards
Per
User avatar
Junior Boarder

teitbite
Wed Nov 04, 2015 10:54 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.frontpage #gkHeaderNav {
    height: 73px !important;
    top: 0 !important;
}

.frontpage #gkHeaderNav #gkLogoSmall {
    left: 0 !Important;
}

.frontpage #gkMainMenu {
    right: 0 !important;
}
User avatar
Moderator


cron