Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22021
    Melanie
    Participant

    Will you please provide CSS to center the primary menu?

    My URL is http://www.allinmom.com

    #22030
    Sakin
    Keymaster

    @Melanie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu {
        text-align: center;
    }
    #header-menu ul.menu li {
        display: inline-block;
        float: none;
    }
    #header-menu ul.menu ul {
        text-align: left;
    }
    #22077
    Melanie
    Participant

    Worked perfectly! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center the Primary Menu’ is closed to new replies.