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

    Hi,

    with which CSS can I move the browser window width at which the menu becomes the mobile menu so that the menu and the logo do not overlap? (SVG Logo)

    thank you and kind regards
    Lukas

    #1313832

    Hey LukasEEE,

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

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

    #1313842

    Hey Rikard,

    that works perfect – thanks!

    Best regards,
    Lukas

    #1314065

    Hi,

    Great, I’m glad that you got it working. 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.