Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19784
    J14
    Member

    Hey,

    I’m trying to center my menu and the CSS I found in these forums aren’t working. Here is the last code I tried:

    #header #mainmenu ul {
    margin: 0;
    padding-top: 2px;
    text-align: center;
    }
    #header #mainmenu ul li {
    display: inline-block;
    float: none;
    text-align: center;
    }
    #header #mainmenu ul li a {
    border-bottom: 10px solid #fff;
    }
    #header #mainmenu ul ul li a {
    border-bottom: none;
    }

    My site is http://www.originalbudsugar.com

    #19785
    J14
    Member

    Nevermind I found it!

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

    I’m thinking I need to upgrade to the pro version for more options. Thanks.

    #19788
    Sakin
    Keymaster

    @J14: Thanks for finding our the solutions and sharing it here. Yes, Pro version have lot more featured. See details at http://catchthemes.com/theme-instructions/catch-evolution-pro/

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