Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1413936

    Hey Enfold

    How do I set/control at what screen size the burger menu takes over the mainmenu.
    I’d like to have number I can adjust to me needs.

    Thanks
    Alan ;)

    #1414026

    Hey Alan,

    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 adjust the 1024 value to the pixel value of your choice.

    Best regards,
    Rikard

    #1414193

    Thanks Rikard
    Great that works perfectly ;)

    #1414214

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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