Tagged: mobile, sticky header
Is it possible for the header/navigation menu area to be a sticky header when on a mobile device? I have tried making CSS modifications on my own but am not having much luck.
Any advice you can provide would be greatly appreciated.
Thanks!
Hey MLA18,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #top #wrap_all #header {
position: fixed;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Yes! Absolutely perfect.
You may close this thread. Thank you for the quick assistance!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon