Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1072707

    Hi Support,
    I am having trouble with my site’s logo overlapping the navigation bar on iPad and small laptop views. I tried entering some override css code that I saw on the forum but it didn’t pertain exactly to my problem and therefore it didn’t quite work right. Your help is always greatly appreciated!
    Thank you,
    LindaK

    #1072763

    Hey LindaK816,

    Add this to quick css:

    @media only screen and (max-width: 1024px){
      .responsive #top  .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top  .av-main-nav .menu-item-avia-special {
          display: block;
      }
    }

    Best regards,
    Jordan Shannon

    #1072778

    Hi Jordan,

    Thanks SO much! Perfect : )

    Best,
    LindaK

    #1072798

    Hi,

    I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Trouble with Logo Overlapping Navigation Bar on iPad and some Laptop views’ is closed to new replies.