Hey spleeky,
Please try the following in Quick CSS under Enfold–>General Styling to show the mobile menu at an earlier point:
@media only screen and (max-width: 1040px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Regards,
Rikard