Main menu always visible

Well-designed restaurant Joomla template with parallax effect.
GK User
Thu Jan 26, 2017 3:23 pm
Hi, is it possible to keep the main menu always visible? So also at the top home page when you enter the site, and not only after scrolling down.

Thanks.
User avatar
Fresh Boarder

teitbite
Mon Jan 30, 2017 7:55 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeaderNav {
    top: 0 !important;
}
User avatar
Moderator


cron