Can anyone explain how i would call in the select main menu that appears @479px for 767px, just that my menu is too big and stretches across the logo and think that calling in the mobile menu sooner will solve this for ipad users on my design
Calling the Select Main Menu for mobiles to appear for ipad?
3 posts from 3 voices-
Posted 11 months ago #
-
Hello,
You can find it on css folder > layout > Media Queries.
I'm looking for the function resposible for mobile menu but I can't seem to find it anywhere. Let me tag the rest of the support team. I would like to know this for myself.
Regards,
IsmaelPosted 11 months ago # -
The function call can be found in js/avia.js - it's following code:
// improves menu for mobile devices jQuery('.responsive .main_menu ul:eq(0)').mobileMenu({ switchWidth: 768, //width (in px to switch at) topOptionText: jQuery('.main_menu').data('selectname'), //first option text indentString: ' ' //string for indenting nested items });Posted 11 months ago #
Reply
You must log in to post.














