Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Image padding or spacing in the index listing?

Image padding or spacing in the index listing?

Locked

Views: 893

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
27 Mar 2010, 6:49 PM
#1
stlnyc avatar

stlnyc

Zen Follower

Join Date:
Oct 2008
Posts:
179
Plugin Contributions:
0

Image padding or spacing in the index listing?

http://grapediscounts.com/champagnesparkling-sparkling-c-85_86.html

I would like to add a line or two in between the products so the pictures arent on top of each other. Cant seem to find where in admin to do this. Thanks

27 Mar 2010, 7:39 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Image padding or spacing in the index listing?

This is not an admin function, it is a stylesheet matter. Add to your stylesheet```
.productListing-data{padding: 0.5em 0.2em;}

27 Mar 2010, 7:43 PM
#3
stlnyc avatar

stlnyc

Zen Follower

Join Date:
Oct 2008
Posts:
179
Plugin Contributions:
0

Re: Image padding or spacing in the index listing?

Thanks, worked like a charm.