Menu always visible

April 2014 WordPress Theme
GK User
Wed Jul 23, 2014 10:13 am
john-menu.jpg
Hello,
I wanted Menu to be always visible and I did it. The problem is that I don't know how and it works only with Header style I, but I want it to work with all Header styles.
As I don't know how I did it, can you explain me your way to do it (menu always visible)?
Regards,
Martin
User avatar
Fresh Boarder

GK User
Wed Jul 23, 2014 5:29 pm
Hello,

Please try to add at the end of any CSS file the following code:

Code: Select all
#gkTop {
top: 0!important;
}
User avatar
Administrator

GK User
Fri Jul 25, 2014 11:20 am
Hi Dziudek,
It did not work at the end of any CSS file. Finally I put it into the template.css of the theme to make it work fine.
Code: Select all
#gk-top
top: 0!important;

Thank you,
Martin
User avatar
Fresh Boarder


cron