Tagged: mobile menu
Hey, Awesome theme Team Krisi!
I wonder if you can help me?
I’ve tried a few threads on here to change the breakpoint of the Hamburger Menu so that it swaps to the hamburger menu when at 1177 px wide, but I end up with the burger appearing on the left of the screen. Any ideas what the best way to change the breakpoint of the Hamburger Menu is for v4.9.2.1
Many thanks in advance
Hey Ben,
Please try this in Quick CSS:
@media only screen and (max-width: 1177px) {
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,
I can’t reproduce those results on test installation. If you need further help, then we need to see the actual result you are describing on your site.
Best regards,
Rikard
Hi,
Thanks for that. I’ve edited the CSS for you, please review your site.
Best regards,
Rikard
Thanks, Rickard! That’s great :-)
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike