navigation sticky on scroll up
Hi
I'm using the «Overlay 1 level menu» for our site. Maybe I've got a wrong setting but the hamburger navigation is sticky on all devices an interferes with the content. Is there a possibility to make it sticky only on scroll up?
Thank you in advance.
Comments
Hi,
Unfortunately, there is no option to achieve that.
If you would like to see this feature in future updates, please, let us know on the following topic:
https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates#latest
Thanks
Thanks for the reply.
Could I change the menu to not sticky? Because I couldn't find this option neither…
Thank you in advance
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks
Hi, this is the link tp the page:
Thanks
Sadly, this won't be possible because of the HTML structure of that item, it is inside the Wrapper of the page and it cannot catch the parent element which is the only place where we can use the CSS rule to lock the scrolling option for page.
Best Regards
Mufifn Group
could I maybe change it in the theme editor of the parent theme? which code would I need to change? i'ts my own website, so it doesn't matter, if I have to change it again with every update.
If you want to edit the theme files, then remember to use the Child Theme, it will prevent losing changes you made.
But, surely you would have to change the header.php file, to add a class for HTML element like "no-scroll-overlay" when the overlay menu is opened.
Thanks