Home Forums Theme support mobile menu

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 7 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hi
    on smartphones mobile menù appears good but on tablet like samsung or ipad topmenù shows instead of mobile and goes bad and cover all header without format.
    Is possible change media query and choose when mobile menu must appear and when not?
    I tried to search into css but is confused
    With many tablet menu cant be used because style is so bad.
    http://www.eamorereale.it

    look with window resize browsing what i mean

    thanks

    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.

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

You must be logged in to reply to this topic.