Fixed menu bar not working?

Support desk for Multipurpose Quark Theme
GK User
Wed Mar 16, 2016 1:33 pm
Hi,
In the Template settings under the tab "menu" there is an option for ‘Fixed menu bar’. This option is enabled but the menu doesn’t remain at the top of the browser window when scrolling – ie it is not a sticky menu. Are there anyway to get a sticky menu?
http://goo.gl/fEOBea


Thank you for any suggestions

J
User avatar
Fresh Boarder

teitbite
Sun Mar 20, 2016 10:45 am
Hi

Looks to be working ok when I check:

Image
User avatar
Moderator

GK User
Sun Mar 20, 2016 10:57 am
Hi,
It is all working now. I added the below css.

Code: Select all
#gkHeaderNav.gk-fixed {
color: #444;
   /* background: #fff none repeat scroll 0 0 !important;*/
    height: 140px !important;
    position: fixed !important;
    top: -25px !important;
}


#gkHeaderNav.gk-fixed-nav #gkLogo {
    margin-top: 40px;
}

#gkHeaderNav.gk-fixed-nav .gkMainMenu {
    margin-top: 60px !important;
}


Thanks
J
User avatar
Fresh Boarder

teitbite
Thu Mar 24, 2016 1:14 pm
Hi

Ok. Thank You for sharing the solution. Closing thread now.
User avatar
Moderator


cron