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

    Hello, how to display the main menu in burger mode on an iPad in landscape format?
    thank you for your reply.

    #1274808

    Hey damienducreux,

    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

    #1274813

    Thanks Victoria it works very well

    #1274832

    Hi damienducreux,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu burger on ipad’ is closed to new replies.