Hi,
When looking at site on deskyop looks good
When on ipad in portrait nav overlays logo
When on ipad in landscape nav looks good.
Can you tell me how to make dave jump into drop down on ipad in portrait or smaller browsers please
Hi,
Please edit js > avia.js, find this code
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 768;
Replace it with:
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 900;
Regards,
Ismael