• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }
    Thread Starter silacea

    (@silacea)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘spread menu bar out evenly wp weaver’ is closed to new replies.