Zen Cart Logo
Forums / General Questions / spaces between images

spaces between images

Locked

Views: 936

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
11 Sep 2007, 12:52 PM
#1
lucianman avatar

lucianman

Zen Follower

Join Date:
Sep 2004
Posts:
245
Plugin Contributions:
0

spaces between images

Can anyone tell me what must i modify to able to have a line/gab between the images and discriptions. See image attached

11 Sep 2007, 2:29 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: spaces between images

Add to your stylesheet```

/* space & border between listing items */
.productListing-odd td, .productListing-even td {
text-align: left;
vertical-align: top;
padding:0.5em;
margin-bottom: 1em;
border-bottom: 3px double #aaccbb;
}

Adjust all properties to taste.