Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Space between products

Space between products

Locked

Views: 1,429

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
15 Oct 2007, 12:26 PM
#1
thebooktrunk_com avatar

thebooktrunk_com

New Zenner

Join Date:
Aug 2007
Posts:
30
Plugin Contributions:
0

Space between products

There is no space between the pictures when I browse by categories, example (here)

Can you help me adding some space between products? I have no idea how to do it, :blink: thank you very much.
Noelia

15 Oct 2007, 3:59 PM
#2
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: Space between products

Hi,

Add this to your style sheet

.productListing-data {
padding: 0.1em 0.1em 0.1em 0.1em;
}

15 Oct 2007, 4:10 PM
#3
thebooktrunk_com avatar

thebooktrunk_com

New Zenner

Join Date:
Aug 2007
Posts:
30
Plugin Contributions:
0

Re: Space between products

:clap:Great!!! thanks a million

16 Oct 2007, 2:00 PM
#4
memoomem avatar

memoomem

New Zenner

Join Date:
Jul 2007
Posts:
49
Plugin Contributions:
0

Re: Space between products

Does it also work with Category Listing? By intuition, I tried to replace productListing by categoryListing, but didn't work. Well, I tried! The category pictures I have are adjacent and I don't like it!

Thanks!

16 Oct 2007, 6:16 PM
#5
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: Space between products

Hi MeMoomMM

Post up a link to your site and what you would like to change and somebody will help you

:blink:

27 Oct 2007, 11:37 PM
#6
memoomem avatar

memoomem

New Zenner

Join Date:
Jul 2007
Posts:
49
Plugin Contributions:
0

Re: Space between products

I will, as soon as I have it! I am designing the site offline now :(

30 Oct 2007, 11:54 AM
#7
primal21 avatar

primal21

New Zenner

Join Date:
Oct 2007
Location:
Salisbury Wiltshire UK
Posts:
10
Plugin Contributions:
0

Re: Space between products

Thanks Rufus, this saved me a lot of time figuring out, much appreciated.