Menu items width

This is my website: http://www.jamandcheese.be/
I recently changed the menu items and now the text is longer than the width (139px) how can I fix this so my subnavigation takes up full width?

Thanks in advance.

Sorry - I’m a bit confused as to which area is the problem. You have several menus on that page - and they all look OK to me. :slight_smile:

If you are talking about the dropdown then something like this should work.


#menu ul ul{
width:auto;
min-width:135px;
padding:0 5px 0 0;
}