Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1249368

    Hi,
    how can I set burguer menu on landscape orientation in ipad and android tablet
    Thanks

    • This topic was modified 4 years, 1 month ago by ramiropuig.
    #1249662

    Hey Ramiro,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1249707

    Yes it works, but I had to change this >

    @media only screen and (max-width: 1224px)

    Thanks

    #1249762

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1249827

    Everyting it’s ok

    You can close

    #1249949

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘burguer menu on lansdcape orientation ipad and tablets’ is closed to new replies.