Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #168798

    My navigation menus work on large resolutions (Desktop) and on small resolutions (Phones, iPad, Kindle normal..).

    But on semi-small resolutions (like 800 x 1200, iPad Mini and kindle 8.9″) Navigations dissapear totally.

    This nav bar menu should be seen, but it’s not visible:

    #169057

    Hi arska7!

    Can you post the link to your website so we can inspect elements?

    Regards,
    Yigit

    #169116
    #169440

    Hello!

    Please edit js > avia.js, find this code:

    if(first_level_items > 8 && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}

    Replace it with:

    if(first_level_items > 8 && !bottom_menu)
        	{
        		switchWidth = 767;
        		header.addClass('mobile_menu_tablet');
        	}

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #169958

    it still won’t work :(

    #169964

    Hi!

    Please add following code to Quick CSS in Enfold theme options

    .responsive .mobile_menu_tablet .main_menu { display: block; }

    Mobile menu is set to display: none currently. That will fix it. And after that you can do the opposite of what Ismael suggested above

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Navigation menus dissapears in semi-small resolutions (ipad mini, Kindle HD)’ is closed to new replies.