• Resolved wprookie49

    (@wprookie49)


    I recently updated to the latest version of WordPress using a Catalyst theme and am now having a visual issue with my sub menu.

    Specifically the sub nav menu does not seem to want to align left as defined… The menu item “featured categories” should be directly below the “home” menu item above – see what I am talking about at the website: canadianlistedcompanies.com

    Any suggestions on how to fix this?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can fix that by changing the float: none in the below code to float: left;
    It’s in style.css (line 24)

    #navbar-2 {
        display: block;
        float: left;
        margin: 0 auto;
        padding: 0;
        width: 980px;
    }

    Thread Starter wprookie49

    (@wprookie49)

    Awesome – thanks for the fix!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sub nav menu off alignment’ is closed to new replies.