I would like to keep my menu sub item's on one text line - currently some of my menu items are too long and wrap onto a second line of text. Is there a way to correct the width of the sub item menu?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a { width: 200px; } #menu .ddsmoothmenu li li { width: 220px; } Adjust its value as per your requirements.