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

    Hi, I hope everyone is well.

    My menu is spilling over the logo area and onto a second line when a tablet (my iPad) is in landscape orientation.

    Is there a way to force a burger menu on a tablet when in landscape as well as portrait?

    Cheers.

    #1253366

    Hey WordPressed,

    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;
      }
    }
    

    If that doesn’t work then please post a link to where we can see the problem you are having.

    Best regards,
    Rikard

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