Center My Menu Bar! Help!

  • Unknown's avatar

    I am trying to use the CSS upgrade to center my menu bar ($30 one).

    What html code should I use. The website I am trying to center is
    baapalsa2013.com.

    Ours is a two liner…so I think that is why my code is not working. All of those are for one liners.

    Chrissy

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I think you’re right about the two lines.

    You’ll have to do something that’s specific to your menu setup. Here is an example you can start with:

    .menu-header {
    	text-align: center;
    }
    .menu-header ul {
    	display: inline-block;
    	width: 77%;
    }
    #top-menu li:first-child {
    	padding-left: 2em;
    }
  • The topic ‘Center My Menu Bar! Help!’ is closed to new replies.