Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding space between product listings

Adding space between product listings

Views: 842

Results 1 to 3 of 3
14 Dec 2011, 6:00 PM
#1
tsheridan avatar

tsheridan

New Zenner

Join Date:
Feb 2011
Posts:
17
Plugin Contributions:
0

Adding space between product listings

When products are displaying in the Category, there is very little room between each product, and in fact the images are resting one right on top of the other. How can I add space in between each of these listings please?

URL is http://orchidfreak.com/store/index.php?main_page=index&cPath=4

I am using v1.3.9h.

Thank you!

14 Dec 2011, 6:44 PM
#2
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: Adding space between product listings

Remove .productListing-data from whichever section it appears in within your stylesheet and then add it back in like this:

.productListing-data {
text-align: center;
padding: XXpx;
}

14 Dec 2011, 7:17 PM
#3
tsheridan avatar

tsheridan

New Zenner

Join Date:
Feb 2011
Posts:
17
Plugin Contributions:
0

Re: Adding space between product listings

Thank you, that worked beautifully!