Home Forums Theme support Text Mobile Menu change function (Nico)

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 9 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hi,

    How can I increase the switching function of the “Text Mobile Menu”?
    480px is too narrow, it must appear at 600px

    br
    Jörg

    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'});

    ahh perfekt thanks. It has saved a lot of time (Y)

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.