• Resolved Jadisqueen

    (@jadisqueen)


    Is there a way I can get the sub menu item titles to wrap so they don’t extend beyond the screen? See Ways to Help on my test site: https://testsite.carroll.org/

    Any help you can provide is most appreciated! I’ve been having a blast customizing the site with the Customizr Theme and so far, this is the only hiccup! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • A quick & dirty way would be to move the navbar box left with:

    .navbar .navbar-inner {
    position: relative;
    left: -60px; /* use your own value */
    }

    Some of your Titles are long, could shorten them

    Your problem lies between 980px – 1280px. Read this snippet to understand @media, but not sure that’s the root of the problem.

    Thread Starter Jadisqueen

    (@jadisqueen)

    I did a little of both (moved the nav and shortened the menu item titles). Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sub Menu Items partially hidden (extend beyond screen) for the last nav item’ is closed to new replies.