This is more of a css question in relation to the category list view. I have set in my template css the category listing display to a height of 200px and 3 columns like so:
width:100%;
-webkit-columns: 3;
-moz-columns: 3;
columns: 3;
height: 200px;
column-width: auto;
list-style-type:square;
My problem is that the category names break after each word so that a three word category name is split on to 3 lines even though there is plenty of width on the page. See
www.worksceneworkwear.com.au/index.php/p...ry/54-corporate-wear
Is there a way to force the category name to stay on a single line?