the site works for me: http://gelcandlecompany.com/tea-ligh...thy-c-118_122/
here are my category images >
http://gelcandlecompany.com/classic-jars-c-92/
On my desktop the images are appearing but the products are not lined up correctly.
CenterBoxContentsProducts seems to show only 2 columns in firefox and 3 in chrome.
There seems to be a weird spacing not aligning the products next to each other like this fellow zen cart user:
http://religious-shop.com/jewelry/corded-bracelets
and this user's site shows the items all aligned in chrome and firefox with 3 columns.
For my site spacing issue seems to be worse with chrome. Mobile is fine though.
will post a pic.
thanks
Here are pics showing my products http://gelcandlecompany.com/classic-...orals-c-92_79/
thanks
You can either correct this by using css and the min-height property on the product boxes container, or adding a javascript such as match height to dynamically make the boxes the same height. Another alternative is to have product images with the same aspect ratio and product titles of the same lengths.
Thanks,
Anne
Had similar problem - seemed to be varying size of images was causing the product display boxes to be different sizes which then pushed some of them out of one row into another, sometimes leaving blank spots. Fix for me, as noted in this forum already, was to change the size of the display boxes in the stylesheet. I changed the min-height to a (fixed) height that worked for my max image size. There was another solution offered, also in this forum, that dealt with jquery. It was probably a better suggestion was out of my novice ability to understand.