In the Enfold theme when the main menu is long, the menu will disappear in one of the responsive levels when re-sizing (going smaller) before the mobile drop down menu shows up. This doesn’t seem to happen on shorter menus.
I have an example here http://sandbox.islandeccsites.com/
Hey!
Please search for following code in enfold/js/avia.js
switchWidth = 767;
if(first_level_items > 8 && !bottom_menu)
{
switchWidth = 989;
header.addClass('mobile_menu_tablet');
}
Try to change the switchWidth value of 767 to 1006.
Regards,
Peter
Hi Dude,
I did as you’ve instructed but that didn’t seem to help. The link http://sandbox.islandeccsites.com/ now has the updated code.