Nav bar not responsive any smaller than 1197px

This topic has 2 replies, 2 voices, and was last updated 8 years, 1 month ago ago by Robert Hall

  • Avatar: Kris
    Kris
    Participant
    February 11, 2016 at 22:24

    Hello,

    When i check the responsiveness of the site i noticed that the navigation bar doesnt properly size down to fit a 1197px screen or laptops. im sure some simple css will do the trick. Thanks!

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 12, 2016 at 10:00

    Hello,

    Please try to add the following code in custom.css

    @media (max-width: 1100px){
    .main-nav .menu > li {
        padding: 0 14px;
    }
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.