Hi, Is there a way to make the drop down menus longer, at present if the name is too long the name creates another line, I need both names on one line and cannot figure where to do this. The site is http://www.harmonymhbs.com to view what I am trying to accomplish. Thank you.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a { width: 210px; } #menu .ddsmoothmenu li li li a { width: 210px; } You can increase or decrease width according to your requirement.