Important

Okay
  Public Ticket #1543769
Mobile Menu
Closed

Comments

  • Nikhil started the conversation

    Hi, I want to implement Mobile Menu in Tablet mode, but i coudn't find any option to change the width or settings in the extension, can you please guide  me to it.

  •  1,319
    Land of replied

    Hello Nikhil,

    Have a nice day!

    To display the mobile menu on tablet mode. Please try to edit there files:

    /app/code/Ves/Megamenu/view/frontend/templates/topmenu.phtml

    Then find code:

    if ($(window).width() < 768) {

    Change to:

    if ($(window).width() < 1024) {

    Then flush cache of your site.

  • Nikhil replied

    Hi, I have tried changing the code but dosen't effects any thing, do i need to make any change in the tablet mode ( code ) or comment it.

  • Nikhil replied

    Can you guys, Please respond my work is getting delayed.

  •  1,319
    Land of replied

    Hello Nikhil,

    Have a nice day!

    Please give me the site url. I need to check to know what the theme your site are using, and what the custom css code are applying for menu. 

  • Nikhil replied

    Thanks Guys,

    Everything is working Fine, can close the ticket :)