Zen Cart Logo

product spaceing

Locked

Views: 953

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
10 Apr 2007, 11:22 AM
#1
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

product spaceing

how can i add some spacing between my product listings??

basically if you visit my site here http://www.rubberduckbathrooms.co.uk/store/index.php?main_page=index&cPath=1_5

you can see that the list of products are very close together, how can i add a hr line between them or add some padding to the listing to seporate the items???

10 Apr 2007, 11:29 AM
#2
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: product spaceing

or even can i add a background to say every other product so first has a white background and second has a gray background 3rd white 4th gray so on so on??

10 Apr 2007, 5:13 PM
#3
tmc_sherpa avatar

tmc_sherpa

Zen Follower

Join Date:
Mar 2007
Posts:
158
Plugin Contributions:
0

Re: product spaceing

well, you can add something like

.listingProductImage {
padding: 5px;
}

to the bottom of your stylesheet, or there should be lines for even and odd lines

.productListing-even {
background-color: rgb(255,229,125);
}

.productListing-odd {

}

Hmm, looks quite nice together.....

11 Apr 2007, 11:05 AM
#4
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: product spaceing

your a legend!!!!

11 Apr 2007, 3:50 PM
#5
tmc_sherpa avatar

tmc_sherpa

Zen Follower

Join Date:
Mar 2007
Posts:
158
Plugin Contributions:
0

Re: product spaceing

you take that back :P