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

    Hi,
    I’ve added another page to the menu and now I need to change the point where it breaks into the burger menu. Now the menu runs into the logo.
    How can I change it?
    Kind regards,
    Veronika

    #1434492

    Hey Loveronika,

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

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

    You can change the 1024 value to the pixel value of your choice.

    Best regards,
    Rikard

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