I actually applied that code and it worked great.
ul.products li.product {
width:auto;
float:none;
display:block;
}
They now display fine, I just edited the width to 40%.
However, here is a big question for you…
How would I add the star rating into each products display in the Product List?
They display nice and clean now, however, I would really like to be able to add the star rating / review rating for each product when the products are displaying int eh product Category list.
Any ideas?
PS – I’m not a coder, but I have great respect for them (I’m a Sys Admin / IT Manager).