Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27788

    I seem to loose my top menu between widths of 768px and 989px. In layout.css there is a media query for that range with this line:

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

    I’m assuming that’s what removes the menu(s), but there doesn’t seem to be any line to make a menu visible.

    Any suggestions?

    #135367

    Hi,

    Please open up /js/avia.js and go to line 85 which looks like

    switchWidth 	  = 767;

    and change it to look like

    switchWidth 	  = 989;

    Thanks,

    Nick

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘No top menu between 768px and 989px width’ is closed to new replies.