Hello! Is it possible to activate the mobile menu sooner than 768 or 990px? thanks!
Hey bobfurgo,
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;
}
}
Change the value 1024 to the pixel value of your choice.
Best regards,
Jordan Shannon
thank you!
Hi,
No problem I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon