Forums

[resolved] Horizontal nav menu (3 posts)

  1. jjs04001
    Member
    Posted 11 months ago #

    When I last updated WordPress, something changed with my navigation menus. They (at top and bottom of page) are supposed to be horizontal inline with no square bullets. And they were previously working. After the update and no other changes, they have reverted to vertical lists with square bullets. How do I fix this?

    Here is a link to a page: http://www.joshuajscheid.com/2011/09/13/jesus-my-father-the-cia-and-me-by-ian-morgan-cron

  2. JarretC
    Member
    Posted 11 months ago #

    Your custom CSS may have been overwritten somehow with the latest update. Did your theme require updating as well when WP needed updating?

    Either way, add in the following CSS to your child theme style.css...

    .menu ul li {
        float: left;
        margin-right: 40px;
        list-style-type: none;
        margin-bottom: 30px
    }

    Tested in Chrome 19 on Win7. Your results in other browsers/configurations may vary.

  3. jjs04001
    Member
    Posted 11 months ago #

    You are a lifesaver Jarret. Thank you. I had been searching all through the code to find it, but perhaps it had disappeared. I don't recall having updated the theme at any point, but maybe it's just slipping my mind.

    Thank you, thank you, thank you!

Reply

You must log in to post.

About this Topic