1
Tips and Tricks / Re: Solution - How to force the category names to stay on one line in the drop menus
« on: December 03, 2024, 04:21:32 AM »
You can modify your website's CSS to make category names in drop-down menus remain on a single line. To stop the text from wrapping onto a second line, you should usually specify a white-space attribute to nowrap in the CSS for the menu items. To make sure there is adequate room for longer category names, you might also need to change the drop-down menu's width or padding.