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

Increasing space between product listings

Locked

Views: 1,183

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
12 Feb 2007, 11:32 PM
#1
sti_angel avatar

sti_angel

New Zenner

Join Date:
Feb 2007
Posts:
3
Plugin Contributions:
0

Increasing space between product listings

Hi there

Im looking to try and increase the space between each product listed. At the moment they are too cluttered. The older version allowed you to separate each product with a line... something like this would be good to break it up just that little bit.

Any help would be greatly appreciated :)
Megan

13 Feb 2007, 7:25 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Increasing space between product listings

Just find or add this to your stylesheet.css and adjust to suit:

.productListing-data {
        padding-bottom: 1em;
        padding-top: 1em;
        border-bottom: 1px solid #000000;
        }
16 Feb 2007, 8:42 AM
#3
spunkyone avatar

spunkyone

New Zenner

Join Date:
Feb 2007
Posts:
16
Plugin Contributions:
0

Re: Increasing space between product listings

I posted this question on another section of the forum but no one has replied. Where exactly do I add this script. I have been to my stylesheet and nowhere is there anything mentioning .productListing :unsure:

16 Feb 2007, 1:29 PM
#4
spunkyone avatar

spunkyone

New Zenner

Join Date:
Feb 2007
Posts:
16
Plugin Contributions:
0

Re: Increasing space between product listings

:clap: I figured it out and now my shop is ready to go.