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

    Hi all,

    Maybe I’m imaging it, but my menu will now crash in to, and through the logo, if i make the width of the browser window narrower.

    Is it not meant to either shrink the menu text, or swap straight to the burger menu if the two were going to collide?

    Link to the site in the private section.

    Thanks!

    #959298

    Hey maccadigital,

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

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

    Best regards,
    Rikard

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