css3 - How to fix the Wordpress (Twenty Eleven) CSS Menu Alignment? -


guys

i having hard time tweaking css part of menu.

i have website here @ http://aaron.wordpresstiger.com last title "contact" of menu comes line ahead , doesn't fits menu. though successful in getting "home" first menu item correctly fitting menu not last one.

can please tell me css should add fix menu problem. also, please have need last item of menu showing same css first 1 (home).

i need menu's items similar 1 here: http://officialfacebooklikes.com/index.html (have @ last "contact" fits menu correctly).

i forward hearing :)

regards muzammil rafiq

in css want add 2 styles

#access li {     width: 25%; }  #access li:last-of-type, li#menu-item-31{     border-right: none !important;     width:24% !important; } 

the first make each menu element 1 quarter of width... second removes right border on last element , re-sizes fit on 1 line of navigation bar.

the !important tags may not necessary ensure works on first go.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -