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

    Hi,

    I’m having a problem with my site on an iPad in landscape mode. The menu is just too long and doesn’t fit correctly. In normal view everything works, because the mobile menu is active.

    Is it possible to activate the mobile menu in landscape mode too?

    Best regards

    #938009

    Hey Julian,

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

    Best regards,
    Rikard

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