Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4126
    kirk
    Member

    Hey All,

    I have a WordPress Site with the Catch Box Free Theme, http://www.jhusga.com/ and would like to center both the Primary and Secondary Menu Bars, how would I go about doing so?

    Thanks in advanced for your response.

    Kirk

    #4189
    Sakin
    Keymaster

    @kirk: Add the following CSS in your “Custom CSS” box in Theme Options Panel.

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

    #4228
    kirk
    Member

    That worked perfectly, thanks!

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