Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing the Center Column Width

Changing the Center Column Width

Locked

Views: 1,370

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Dec 2009, 6:24 PM
#1
buckit avatar

buckit

New Zenner

Join Date:
Nov 2009
Posts:
45
Plugin Contributions:
0

Changing the Center Column Width

I have spaces of about a half inch on either side of the center column seperating it from the left column and right column..

I have been playing around with every margin and padding setting i can find in the stylesheet but nothing seems to narrow that gap.

any ideas?

9 Dec 2009, 6:35 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing the Center Column Width

Not without seeing your site live.

9 Dec 2009, 6:41 PM
#3
buckit avatar

buckit

New Zenner

Join Date:
Nov 2009
Posts:
45
Plugin Contributions:
0

Re: Changing the Center Column Width

9 Dec 2009, 7:22 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing the Center Column Width

In your stylesheet.css```
/sideboxes/
.columnLeft {
padding: 0 28px 0 0;
}
.columnRight {
padding: 0 0 0 28px;
}

9 Dec 2009, 7:44 PM
#5
buckit avatar

buckit

New Zenner

Join Date:
Nov 2009
Posts:
45
Plugin Contributions:
0

Re: Changing the Center Column Width

thanks! knew I was missing something obvious! :)