It seems it is wider than 990px. How can I have the mobile menu work for screen smaller than 1300px?
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1300px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard