My category navigation (using "(!menu.Categories0!)" in menuData.xml) works great except that my parent category names shown on the top are too long. Also, I want to show the text in upper case. For example, if my category is titled:
Small Cars & Large Trucks
I want my TopMenuItem to show it as:
SMALL CARS &
LARGE TRUCKS
Notice that the category name is continued on the next line to make it shorter (I'm showing tabs for these) but taller.
How can I achieve this? Is there just a setting I can change on the ComponentArt:Menu control itself or do I need to change the code somehow? If so, where?