Hi,
We have a problem with top menu and Header Mobile Menu activation.
Is it possible to activate this feature in other sizes than 768px or 990px?
Thanks,
Hey neo-systems,
Yes, please try this in Quick CSS:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Change the value 1024 to the pixel value of your choice.
Best regards,
Rikard
Thanks! is has worked! best regards