Forums

spread menu bar out evenly wp weaver (3 posts)

  1. silacea
    Member
    Posted 1 year ago #

    I have a simple question, how do you stretch out the menu/navigation bar in wp weaver/twenty ten so the buttons simply spread themselves out evenly across the bar?
    #access {text-align:center;width:100%;}
    should do it i thought, but it just centers it all in the middle?
    any help on this matter would be greatly appreciated.
    thanks

  2. vtxyzzy
    Member
    Posted 1 year ago #

    It won't adjust it automatically if the menu changes, but you can manually adjust it by using this css and changing the padding as necessary:

    #access .menu-header li, div.menu li {
        padding-left: 35px;
    }
  3. silacea
    Member
    Posted 9 months ago #

    thanks. i think i temporarily figured out another way but it wasn't very accurate. maybe this method will work better...

Topic Closed

This topic has been closed to new replies.

About this Topic