Hi,

If you click on NEW PRODUCTS on my site, you'll see that the column width is controlled via my stylesheet using stylesheet like this:

PHP Code:
.new_products {floatleft;
width200px;
height285px;
text-aligncenter;

My problem is with when you click on Shopping Cart and your cart's empty... it will also show a New Products Page but if you're in IE7 you'll see that the column width is too narrow here and it forces the 4th pic down onto the next line.

Does anyone know how to set the column width in an empty cart page?