Quote Originally Posted by spminis View Post
I'm still trying to figure this out. I have a test site and can't seem to make the product listing page look correct. The listings are not lining up under the row headings. I have a test site and a page to look at is http://spminiatures.com/storetest2/i...ndex&cPath=391

If I switch to classic green, it looks fine.

Thanks
Carol
You will need to add some info to the php page that presents the data.
If you do an inspect on the page, you'll see that the header is provided by the productListing-rowheading which lumps all info into that div. Conversely, if you look at the productListing-odd (or -even), you'll note that they have divs for list-image, -price, and -input. If you add similar the list-image and list-price to the php inside the productListing-rowheading div, you can then adjust them to match the lineup called in the productListing-odd or -even.
The file is the product-listing file in yoursite/includes/modules/responsive_classic/.