Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Center the Center column

Center the Center column

Locked

Views: 1,625

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
5 Feb 2007, 7:00 AM
#1
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
Location:
Bellingham, Wa
Posts:
171
Plugin Contributions:
0

Center the Center column

I tried margins on the side boxes and reducing the width of the center column but it always draws towards the left column. Is there a way to center it. Thanks. http://www.estore.haskellgraphics.com/index.php?main_page=index&cPath=73

5 Feb 2007, 8:25 AM
#2
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
Location:
Bellingham, Wa
Posts:
171
Plugin Contributions:
0

Re: Center the Center column

Think I need to modify something here but I can't find anything that will center it.```
.centerColumn {
background-color:#FFFFFF ;
width: 650px;

}

5 Feb 2007, 8:33 AM
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Center the Center column

try adding the following to your .centercolumn declaration

.centerColumn {
margin:0 auto; try adding this.
background-color:#FFFFFF ;
width: 650px;

}

5 Feb 2007, 8:46 AM
#4
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
Location:
Bellingham, Wa
Posts:
171
Plugin Contributions:
0

Re: Center the Center column

Perfect. Thanks man. Still getting the hang of positions. Appreciate it.:yes: