Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product listing - spacing

Product listing - spacing

Locked

Views: 1,431

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
20 Oct 2006, 12:44 PM
#1
laney avatar

laney

New Zenner

Join Date:
Sep 2006
Location:
Ontario, Canada
Posts:
62
Plugin Contributions:
0

Product listing - spacing

I am using 200x200 small image to display the products (zc default was 100). There's no space between those images, how can I add some space in between them?

thanks!

see attached screen shot

20 Oct 2006, 1:41 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Product listing - spacing

Assuming yu are using ZenCart 1.3.x - In your "custom" stylesheet find or add the following code and adjust for to your liking

.listingProductImage {
       margin: 1em;
       }

See if this helps


20 Oct 2006, 3:17 PM
#3
laney avatar

laney

New Zenner

Join Date:
Sep 2006
Location:
Ontario, Canada
Posts:
62
Plugin Contributions:
0

Re: Product listing - spacing

I am using 1.3.5, sorry for not mentioning before.

I can't find that in the custom stylesheet located at:
catalog/includes/templates/custom template/css/stylesheet.css

20 Oct 2006, 10:30 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Product listing - spacing

Laney...

Myself:

In your "custom" stylesheet find or add the following code and adjust for to your liking
Sorry for not making this stronger initially...

1 Nov 2006, 1:48 AM
#5
laney avatar

laney

New Zenner

Join Date:
Sep 2006
Location:
Ontario, Canada
Posts:
62
Plugin Contributions:
0

Re: Product listing - spacing

I've been so busy adding products and creating new stuff, only tonight I had a chance to edit the stylesheet! It worked beautifully!!! Thank you so very much!