Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Space between products...

Space between products...

Locked

Views: 2,033

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
8 May 2007, 7:16 AM
#1
olamdesign avatar

olamdesign

New Zenner

Join Date:
May 2007
Posts:
31
Plugin Contributions:
0

Space between products...

How can I adjust the space between the products listing in the product page? For example: Home > clothes > Woman > Tshirt, and I have 10 different Tshirt images and it's descriptions. But they appear very close to each other, it is hard to tell the individual image. How can I adjust the space between products? Many Thanks!

8 May 2007, 1:01 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Space between products...

Please submit a url to this page.

9 May 2007, 1:03 AM
#3
olamdesign avatar

olamdesign

New Zenner

Join Date:
May 2007
Posts:
31
Plugin Contributions:
0

Re: Space between products...

Hello:

Here is the link: http://www.scandanucci.com/store/index.php?main_page=index&cPath=6_8

Actually I have another stupid questions. When you click on the "CATALOGRIES" it goes to the "site map" page and if you click on "INFORMATION" on the top bar, it goes back to the homepage, and if you click the "About us". it said the page is not found... I have been working on this for last 12 hours....., and I really don't remember which step I did wrong. How can I fix it?!:wacko: THANKS!!!!

9 May 2007, 1:15 AM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Space between products...

olamdesign:

How can I adjust the space between the products listing in the product page? For example: Home > clothes > Woman > Tshirt, and I have 10 different Tshirt images and it's descriptions. But they appear very close to each other, it is hard to tell the individual image. How can I adjust the space between products?

Try this:
Add this to the bottom of your template stylesheet.css

td.productListing-data {
padding: 1em 1em 1em 1em;
}

.productListing-odd {
background-color: #a3a3a3;
height: 0px;
padding: 0.2em 0em 0.2em 0em;
}

.productListing-even {
height: 0px;
padding: 0.2em 0em 0.2em 0em;
}

9 May 2007, 3:57 AM
#5
olamdesign avatar

olamdesign

New Zenner

Join Date:
May 2007
Posts:
31
Plugin Contributions:
0

Re: Space between products...

IT WORKS IT WORKS IT WORKS!!!!!! :D

Thank you soooooooooo much!

So, do you have any ideas about how to fix the "Catalogries" " Information" and "About us" at the top bar?

6 Jun 2007, 4:29 PM
#6
bobede avatar

bobede

New Zenner

Join Date:
Jun 2007
Posts:
7
Plugin Contributions:
0

Re: Space between products...

I tried that css, but it wouldn't work for me.

I had to use this to get the padding to behave.

#productListing td.productListing-data{
padding: 7px;
}

20 Jun 2007, 6:26 PM
#7
nakaton avatar

nakaton

New Zenner

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

Re: Space between products...

haredo:

Try this:
Add this to the bottom of your template stylesheet.css

td.productListing-data {
padding: 1em 1em 1em 1em;
}

.productListing-odd {
background-color: #a3a3a3;
height: 0px;
padding: 0.2em 0em 0.2em 0em;
}

.productListing-even {
height: 0px;
padding: 0.2em 0em 0.2em 0em;
}

It works for me !!! :clap:

Many Thanks

22 Jun 2007, 12:14 PM
#8
jen_boxer avatar

jen_boxer

New Zenner

Join Date:
Jun 2007
Location:
sydney
Posts:
14
Plugin Contributions:
0

Re: Space between products...

I need this too... so do I add it right at the very bottom of my style sheet?

I also have another CSS question too... I am very new to CSS...

I ahve a gif pattern as my background on my page ( which I like so far) but I don't want this pattern to appear in my pop ups ie the shipping calculator etc... how can I fix this so it doesn't appear here and only on the main page.

23 Jun 2007, 4:10 AM
#9
olamdesign avatar

olamdesign

New Zenner

Join Date:
May 2007
Posts:
31
Plugin Contributions:
0

Re: Space between products...

yes, put these code at the end of your CCS file and it should do the trick. I am sorry, but I don't know the answer for your other question...