#gkHeaderNav { top: 0px !important }
gkHeaderNav #gkMainMenu { right: 0 !important}
bkrztuk wrote:You want to show the menu bar always not only after scroll? If yes, please add this code to override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
#gkHeaderNav { top: 0px !important }
gkHeaderNav #gkMainMenu { right: 0 !important}
and then just remember to enable "Use override CSS" option in template advanced settings tab.