Tagged: mobile menu, sticky mobile menu
Hello, just as the sticky menu is in the desktop version, I need it to be sticky in the mobile version. How can this be done?
Hi lovet10,
Can you try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width: 767px) {
.html_stretched.responsive.html_header_top #top #main {
margin-top: 90px !important;
}
.html_stretched.responsive #top #wrap_all #header {
position: fixed !important;
}
}
And see if it helps.
Best regards,
Nikko
Yes, it’s work!
Thank you!
Hi lovet10,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko