Hello Support, How do I make the font on the navigation menu smaller so the menu will be on one line, not wrapping to the next line? Attached pic to reference... Thank you, Robert
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li a{ font-size:11px; } Adjust its value as per your requirements.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a{ font-size:11px; }