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

    Hello,

    (Sorry for my english)

    When I resize my window, my main menu goes above my logo.

    How do I make the mobile menu appear as soon as it hits the logo?

    Thank you in advance for your response.

    Good day.

    • This topic was modified 2 years, 11 months ago by edwinbaes.
    #1330078

    Hey edwinbaes,

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

    @media only screen and (max-width: 1090px) {
      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.