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

    I found a few articles in this forum about overlapping nav menus.

    But none of them seemed to work for my website.

    It looks like the overlap begins on Macbook 13′ screens.

    Looking for a way to fix this.

    • This topic was modified 4 years, 3 months ago by Jero.
    #1220129

    Hey Jero,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    You can adjust the pixel value in the media query to your liking.

    Best regards,
    Rikard

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