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

    Hi!
    Please check http://www.cappendijkmediationadvocatuur.nl/wp on tablet.
    How can I set a hamburgermenu on landscape mode as on portrait mode?
    Martine

    #936932

    Hey famewebdesign,

    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

    #937035

    That works! Thanks!

    #937086

    Hi,

    Great, glad 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.