Tagged: mobile menu
How do we Trigger the mobile menu at 1024px w
Actually at 1280 pixels would be better!
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1280px) {
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