Tagged: mobile navigation
Hi guys!
How do I make the mobile menu show up sooner? The main nav. looks messy on iPad cause it’s not switching to mobile menu soon enough.
Thank you in advance
Hey Courtney,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
You can adjust the pixels value in the media query if you would like the break at a different width.
Best regards,
Rikard
Great! Thank you so much!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon