Quote Originally Posted by awhfy99 View Post
I was wondering if I might be doing something wrong or is it not meant to include the category view? It works fairly fine on the new products, etc., just not centered, but when I view a category (I use the column option to display my products), the dividers are not there. I do notice that there is no cell padding, even when I do a display by row, the images are crunched together. To make sure it wasn't the IH, I am importing some of the images from my live site.

I did find a resolution for the padding and line separation of products when the row option is selected. I added

.productListing-data {
padding: 0.5em;
border-bottom: 4px solid #000000;
}

in the stylesheet.css, but this does nothing when the column option is applied.