Tagged: mobile menu
Hi,
I’ve tried to change the burger icon/ full menu breakpoint using some code found here in an other old topic, but it didn’t worked.
So can you please tell me the right way to trigger the mobile menu (burger icon) at a specific px value.
Thanks for your support!
Regards
Luca
Hey viaggiareverde,
Please try this code:
@media only screen and (max-width: 1024px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Victoria
Hi Victoria,
it works perfectly. Thank you!
Regards
Luca
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon