Zen Cart Logo

Content spacing

Views: 511

Results 1 to 5 of 5
22 Jan 2011, 8:58 AM
#1
xeanatic avatar

xeanatic

New Zenner

Join Date:
Feb 2010
Posts:
20
Plugin Contributions:
0

Content spacing

Goodmorning,

I'm having problems finding where to add padding to all content so it doesn't touch my category menu. Somehow I can't seem to find it...

Live site:
http://www.esoxshop.com/index.php?main_page=index&cPath=4

as you can see the product listing and the category name touch the sidebox menu. I'm sure it's an easy fix somehow just can't find it...

Thanks,

Marcel

22 Jan 2011, 9:19 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Content spacing

Try adding this to the bottom of yout template's stylesheet.css file

#productListing {
        padding: 0em 0em 0em 1em;
        }
22 Jan 2011, 10:59 AM
#3
xeanatic avatar

xeanatic

New Zenner

Join Date:
Feb 2010
Posts:
20
Plugin Contributions:
0

Re: Content spacing

Thanks that worked partially. I still have the category name touching the category menu. Is there a way to do this for all content at once? Like in the shopping cart I still have the same problem can I do all at once?

22 Jan 2011, 5:32 PM
#4
kobra avatar

kobra

Black Belt

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

Re: Content spacing

Try removing the earlier suggested rule and replace with this rule

.centerColumn {
	padding: 0em 0em 0em 1.5em;
	}
22 Jan 2011, 9:51 PM
#5
xeanatic avatar

xeanatic

New Zenner

Join Date:
Feb 2010
Posts:
20
Plugin Contributions:
0

Re: Content spacing

Thanks that did the trick:)