Hello, I tried this documentation but it didn’t work, thanks. https://kriesi.at/support/topic/alter-width-at-which-menu-changes-to-the-the-burger-menu/
thanks!
Hey williamslyd,
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;
}
}
You can change the 1024 value to a value of you choice.
Best regards,
Rikard