Tagged: Burger Menu, mobile menu, switch
Hallo Zusammen, wie kann ich das Mobile Menü noch eher einstellen, als 990px?
Gibt es da eine Möglichkeit? Aber bitte ohne, dass es immer an ist, es soll schon switchen.
Danke und Gruß KiM :)
Hello everyone, how can I set the mobile menu before 990px?
Is there a possibility? But please without that it is always on, it should switch but earlier than 990px.
Thanks and greetings KiM :)
Hey Blatze,
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;
}
}
Adjust the 1024 value to your liking.
Best regards,
Rikard
Thank you!! 🥰