Tagged: ,

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

    Hey guys,
    I’m having an issue where our menu isn’t coming up in tablet mode. It looks great on desktop and mobile. Ideally, I’d be happy with the menu just being a hamburger icon (like the mobile view) for tablet.

    Any help here?

    Thanks!

    #929560

    Hey Nate,

    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: 1025px) {
      .main_menu, .av-burger-menu-main.menu-item-avia-special  {
        display: block;
    }
      .menu-item {
        display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #929851

    Thanks, that worked perfectly!

    #929931

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu not showing in tablet mode’ is closed to new replies.