Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need more whitespace between product listings

Need more whitespace between product listings

Locked

Views: 515

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
27 Jul 2010, 6:15 AM
#1
herbalaxation avatar

herbalaxation

New Zenner

Join Date:
Jun 2010
Posts:
2
Plugin Contributions:
0

Need more whitespace between product listings

I'm using the latest version of Zen-Cart. My site is http://www.herbalaxation.com.

The page I am asking about is this one: http://www.herbalaxation.com/index.php?main_page=index&cPath=2.

The products are all squished together. I'd like to increase the white space between the products but I do not want to totally screw up my site. I am thinking that padding can be added to a class or ID in CSS to achieve this? I am just not sure where to put it.

Also I wish to remove the home link that is sitting on top of my background on the home page. I am not sure where to go to remove this.

Thanks for any help you can give :) Take care!

27 Jul 2010, 6:57 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Need more whitespace between product listings

Try adding this to the end of your stylesheet.css file

.productListing-data {
        padding: 1.5em 0em 0em 0em;
        }
27 Jul 2010, 9:24 PM
#3
herbalaxation avatar

herbalaxation

New Zenner

Join Date:
Jun 2010
Posts:
2
Plugin Contributions:
0

Re: Need more whitespace between product listings

kobra:

Try adding this to the end of your stylesheet.css file

.productListing-data {
padding: 1.5em 0em 0em 0em;
}


Worked like a charm!!!! Thanks so much!!! 

Now I just need to find a way to make my header_bg.gif graphic into a link for the home page...either that or use it as the logo and not the background, though I'm afraid that will screw up many things...