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

    Hi there,

    unfortunately, the main menu is overlapping the logo area when the image size is reduced. It appears on desktop before the site switches to the mobile version.

    How is it possible to let the site via quick css know that it should switch “earlier” to the mobile version with the burger menu.

    Kind regards
    Marcel

    #1086382

    Hey christwars,

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

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

    #1086426

    Your solution works perfectly. Thank you very much!

    #1086561

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main menu overlapping Logo on smaller image size’ is closed to new replies.