How can I change the width of the navigation sub-menu? Currently it looks like it is set to 176px but I can't find where to change it. Thanks!
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a{ width:100px; } Adjust its value as per your requirements.