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
-
- 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:
Please try to add at the end of any CSS file the following code:
- Code: Select all
#gkTop {
top: 0!important;
}
-
- 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.
Thank you,
Martin
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
-
- Fresh Boarder
3 posts
• Page 1 of 1