Hello,
First of all, thank you for a truly beautiful theme. It’s so light and easy-to work with I am very happy about it.
Second of all, I have a question related – I assume – to a modification I did, that is not "complete".
I wanted a fixed menu-bar, so I added this code I found in the Questions previously answered:
.nav-main, .no-cover .nav-main, .nav-main {
position: fixed;
}
This indeed fixed my menu, but now the menu is covered by the WordPress admin-tool bar, and nothing I seem to try is working!
Can you please help me find a way to keep my fixed menu and also see it all when I am logged into my site?
Thank you,
Alexa
To resolve this issue, you can add the following code to the style.css file:
.admin-bar .nav-main { top: 24px; }
Hope this helps !
Thank you! it worked.
Topic can be closed.
Please login or Register to submit your answer