Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18280
    Ralph177
    Member

    how do I center the menu bar and the footer bar writing.

    http://oddz-and-endz.com

    Thanks
    Raalph

    #18293
    Ralph177
    Member

    Ok I got the top menu centered using code :

    #branding ul.menu, #colophon #access-footer ul.menu { text-align: center; }
    #branding ul.menu li { display: inline-block; float: none; }

    how would i do the footer navigation bar?

    #18297
    Sakin
    Keymaster

    @Ralph177: That’s nice. You can just edit your current Custom CSS to following:

    #branding ul.menu, #colophon #access-footer ul.menu { text-align: center; }
    #branding ul.menu li, #colophon #access-footer ul.menu li { display: inline-block; float: none; }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘center menu and footer’ is closed to new replies.