Home › Forums › Theme support › Text Mobile Menu change function (Nico) › Reply To: Text Mobile Menu change function (Nico)
Hi,
to increase the “trigger” size for the mobile menu, please open the file customjs.php in “7league/script/” and replace line 90
(jQuery("#menu").meanmenu({'meanMenu':'#navleft > nav'});)
with this code:
jQuery("#menu").meanmenu({'meanMenu':'#navleft > nav', 'meanScreenWidth':'600'});