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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -