Keep menu always visible in home page

Steak House, food and drink theme, is now available on support forum.
GK User
Tue Dec 15, 2015 9:35 am
The main menu is displayed in home page only after scrolling down.
How can I make it always visible?
Thanks in advance
User avatar
Senior Boarder

GK User
Wed Dec 16, 2015 1:50 pm
Hi,

Try to add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
 #gk-header-nav {
    top: 0;
 }
User avatar
Moderator


cron