Hi,
How can I change the value when the burgermenu replaces the normal menu? My menu is to large to show on some screens, see the link in the private content field.
Regards,
Erwin
Hey Erwin,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1060px) {
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
Hi Rikard,
Thank you that did it!
Regards,
Erwin
