Hey Enfold
How do I set/control at what screen size the burger menu takes over the mainmenu.
I’d like to have number I can adjust to me needs.
Thanks
Alan ;)
Hey Alan,
Please try this in Quick CSS:
@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 preferred value.
Best regards,
Rikard