Tagged: media, screen width, top menu, visibility
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?
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