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

    When I shrink the screen size, the menu is not responsive until I get to a tablet size, leaving the menu items overlapping with the logo and the social icons on a second line. How can I fix this? Thanks

    #1070615

    Hey williamslyd,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1070973

    that did it, thanks!

    #1071081

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu not responsive’ is closed to new replies.