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

    Hi,

    I’ve just released a new site for a client of mine however they have complained thast the main menu is wrapping when viewed on smaller laptop screens of say 16″ (1920×1080)

    Is there a way in which to prevent this from happenning?

    Cheers
    John

    #1028612

    Hey John,

    You have the option to reduce the font-size at those resolutions or perhaps go to the hamburger menu sooner.

    Best regards,
    Jordan Shannon

    #1028656

    Thanks for the reply.

    How or where do I do this to test?

    Cheers
    John

    #1028775

    Hi John,

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

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.