Tagged: Burger Menu
Hello,
for the website visitmav.it I would like the main burger menu to appear on smartphones and tablets, both when the device is vertical and horizontal.
How can I do?
Thank you.
Salvatore
Hey Salvatore,
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;
}
}
Best regards,
Rikard