Forums / Templates, Stylesheets, Page Layout / Center the Center column

Center the Center column

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
05 Feb 2007, 08:25
#2
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
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;
     

}
05 Feb 2007, 08:33
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
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;


}
05 Feb 2007, 08:46
#4
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
Posts:
171
Plugin Contributions:
0

Re: Center the Center column

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