Suffusion Sub-menu – Stop Text Wrapping

Learn how to style WordPress Suffusion Theme CSSYes, yet another Post about the awesome Suffusion Theme for WordPress! Anyway, if you’d like to make the sub-menu items appear on just one line (instead of two or more) then merely add the following to the custom includes CSS or your style.css:

#nav ul ul a, #nav ul ul a:visited {
        width:165px;
    }

Just change the width value to whatever looks best.