Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #959565

    Hi Support Team!
    I am having trouble with a mobile menu on tablet. I’ve tried a variety of CSS code, too many to paste here, none of which seems to work.
    Basically, the mobile menu is not showing on my tablet on horizontal mode, despite the Quick CSS code and including the “Activate for Smartphones and Tablets” option selected in the General Options.

    Please help! Screenshots and login access provided in the Private Content.

    THANK YOU!

    #959722

    Hey kellyCraftMedia,

    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: 1140px) {
      nav.main_menu {
        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

    #959934

    You’re the best! Thank you, that worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile/Tablet Menu Fun!’ is closed to new replies.