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.