Archived topic
Slideout Navigation push content down when opens. How to fix this?
3 replies · Started by Antonio on March 21, 2018
Hi there :)
I am having problem on a website with the Slideout navigation on mobile.
When it opens the content is pushed down. Then, as soon I close it, is pushed up again.
How can I fix this?
Thanks in advance :)
Hi there,
Your site is locked with a password. Can you provide it through Account Issue or unlock it?
Make sure you reference the topic.
https://generatepress.com/contact/
Thanks!
Hi Leo,
I figured it out. I just changed this in CSS:
.main-navigation.toggled .main-nav > ul {
display: block;
}
to
.main-navigation.toggled .main-nav > ul {
display: none;
}
And it works.
Awesome!