Hey guys,
what are the point settings for fixing this overlap on the menu yo’re seeing here.
How best do I determine? Thanks!
JS
Hey Justin,
Please try the following in Quick CSS under Enfold–>General Styling to activate the mobile menu earlier:
@media only screen and (max-width: 1040px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Regards,
Rikard