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

    There are alot of threads covering this issue, crazy its still a problem… All the solutions make the navbar disappear. I need to know how can i make the mobile navbar menu appear sooner, I need the regular navbar to change into mobile navbar one the screen width is <= 1230px. I have a very large logo and any screen width below 1230px overlaps the navbar links.
    Help please

    #1148506

    Hey maxxcollins,

    Add this to quick css:

    @media only screen and (max-width: 1200px) {
      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

    #1148699

    Wow thank you.

    #1148703

    Hi,

    No problem at all! I’m happy to help. 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 ‘Logo overlapping navbar links when resizing window’ is closed to new replies.