Home › Forums › Theme support › mobile menu › Reply To: mobile menu
Hi,
the mobile menu need to be changed in the javascript files, because it was made with a jQuery plugin. Please take a look at the file 7league/script/custom.js.php, line 111 and change this:
jQuery("#menu").meanmenu({'meanMenu':'#navleft > nav'});
to this
jQuery("#menu").meanmenu({'meanMenu':'#navleft > nav', meanScreenWidth: '960'});
The changes will show the mobile menu on screens smaller than 960 pixel.