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

    I have activated the mobile menu option for tablets , however the burger icon is not showing up on the IPad Pro/tablet, just the text menu
    the problem is I have quite a few menu items and when the tablet is in portrait mode the menu runs into the logo
    why is this feature is not working ?

    running WP5.0.3 and Enfold Version: 4.5.1
    site is sprenzlaw.com

    #1058887

    Hey webworm72,

    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 (min-width: 768px) and (max-width: 1024px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1058924

    perfect thanks Victoria !

    #1059058

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Burger Icon / Mobile menu not working on tablet after is enabled in settings’ is closed to new replies.