I have set the "Maximum Values" > "Categories To List Per Row" to 2 in admin.
I have added the following code to my CSS:
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsProducts, br+.categoryListBoxContents, .centerBoxContentsNew {
padding-left:0;
padding-right:0;
vertical-align: top;
}
.centerBoxContentsProducts {
border-top: 1px inset blue;
border-left: 1px inset blue;
border-right: 1px inset blue;
border-bottom: 1px inset blue;
-moz-border-radius: 12px 12px 12px;
height: 325px;
}
.categoryListBoxContents{
border-top: 1px inset blue;
border-left: 1px inset blue;
border-right: 1px inset blue;
border-bottom: 1px inset blue;
-moz-border-radius: 12px 12px 12px;
}
For some reason I can only get 1 Sub-Category to a row. However I get 3 products to a row on the product listing page.
Any suggestions?
Here is a link to the page so you can see.
Thanks,
Ray



