Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22082
    Melanie
    Participant

    Will you please provide CSS to center the menu in footer?

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

    #22103
    Sakin
    Keymaster

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

    #colophon #access-footer ul.menu {
        text-align: center;
    }
    #colophon #access-footer ul.menu li {
        display: inline-block;
        float: none;
    }
    #colophon #access-footer ul.menu a {
        display: block;
        float: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Center Menu in Footer’ is closed to new replies.