I repeat, those are all centered, individually and as a group. The sidebox image overflow may give the appearance that the center column has less space on the left than on the right; fixing the sidebox image sizes will fix that.
Did you respond to the breaks between attributes 1 and 2 listed below the description? Is that what you meant about 2 spaces after the image?
Different subject. The two spaces was for the all products listing image.
For the attributes gap, add to your stylesheet
#productAttributes br.clearBoth {clear: left}
This is getting hung up on the right-floated #cartAdd, and doesn't need to avoid it.
I am needing to move the text from below the product image to next to the image and vertical and horizontally align the text there in the center. I did this for the "All Products" listing, but need to do it for the "Featured Products" and "New Products" listing.
On the "New Products" listing page the description text is next to the image but I need it centered vertically and horizontally.
On the "Featured Products" listing I need to move the text to next to the image and center it vertically and horizontally.
Can you help please?
Thank you!
http://www.lauriesscraps.com/store/i...e=products_new
http://www.lauriesscraps.com/store/i...tured_products
http://www.lauriesscraps.com/store/i...e=products_all
Hi Laurie.
Just a suggestion for if you don't already have it:
Firefox has a great web developer extension that will allow you to view CSS information from your browser. It is very helpful in finding where you need to change something in your stylesheet. It's also nice for looking at other people's sites to see how they've used the stylesheet.
I'm just kind of starting out with the zen cart stylesheet and this has been so useful. Hope it helps.