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

    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

    #129316

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Navigation overlays logo on smaller displays’ is closed to new replies.