• Resolved Lioness3377

    (@lioness3377)


    I updated to WordPress3.4.1 and updated some plugins and now the menu bar is split into 2 lines. SEO people changed one of the page names from ‘Recent Sucesses’ to “Recent Cases”.
    I made a child theme for the original twenty eleven theme but not sure if I did it correctly.
    Here is the site:
    https://www.crim-lawyers.ca/

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to remove:

    #branding .only-search + #access div {
        padding-right: 205px;
    }

    and amend:

    #access div {
        margin: 0 7.6%;
    }

    to something like

    #access div {
        margin: 0 3%;
    }
    Thread Starter Lioness3377

    (@lioness3377)

    Thank you so much for the quick help, esmi. I was able to fix it and adjust the menu spacing as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘updated WordPress and menu is now split on 2 lines’ is closed to new replies.