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

    Hello,

    What CSS code can i use to initiate the mobile menu in tablet landscape and portrait sizes? Right now it’s regular menu and it overlaps the header in tablet sizes, messing up the layout.

    For this website: organicblendmix.com

    #974401

    Hey zohar2014,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

    #975031

    Works! Thanks

    #975124

    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,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu Tablet Responsiveness’ is closed to new replies.