Hi,
I’d like to use the desktop fullscreen burger menu for mobile layouts as well. Is there a way to override the default breakpoint behaviour so it always uses the burger menu ?
Hey radugidei!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet .main_menu .avia-menu {
display: block;
}
#advanced_menu_toggle {
display: none !important;
}}
Let us know if that works out for you.
Thank you
Regards,
Basilis