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

    Hi,
    My menu is overlapping the logo on 13inch and ipad screens. How can I resolve?

    I tried adding the code from this thread but things still overlap.

    #1132209

    Hey goldiejake123,

    Try using this code instead:

    
    @media only screen and (max-width: 1379px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.