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
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;
}
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...