hello
I have a lot of items in my header menu so I need activate mobile menu on let say 1050px, not 990px
Please let me know how to achive that?
Thank you
Hey effinpl,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1050px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Regards,
Rikard
works perfectly. Thank you