css3 - CSS Navigation Menu Won't Resize -


website: www.medtransportcenter.com

the navigation menu pure css, built css3 menu software. menu on site displays sizes each element off. i've been trying make each element more (around 140-150px width / height fine), instance can see comments wider others (252px x 50px).

i've tried manually overriding width in separate stylesheet comments element:

li#menu-item-139.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-139 {   width: 140px; } 

unfortunately, didn't work , i'm stuck on how fix it. appreciated.

there % widths set in stylesheet like

ul#css3menu11>li:nth-child(4) { width: 26%; 

basically need play them or remove them.


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -