Hi I have read through sevceral topics, added and subtracted code, but my burger menu is not sticking. I just want the 3 lines of the burger menu to follow the scroll and be viewable, please?
Hey divinecurio,
Please try this out in order to make the header sticky on mobile devices: https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile
Best regards,
Rikard
Hey Rikard, as I shared, I’d already tried all the forum stuff – including the link you shared above, This doesn’t actually seem to mention anything about the mobile sticky burger menu, just the header itself.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header .main_menu {
position: fixed;
padding-right: 30px;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
perfect, thank you Mike. that fixed it!