Tagged: sticky menu
Hi guys!
How do I make the main menu sticky on mobile devices?
Hey Courtney,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
}
Best regards,
Jordan Shannon
It’s perfect!
You are AMAZING! Thank you !
Hi,
Great, I’m happy to help! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon