Centering container
Permalink
Small centering problem,
In ccs the code hereunder.
Which doesn’t center the site in Concrete5.7.3 but does as an html index page uotside of concrete 5?
I'm doing something wrong obviously
Kind regards,
Niels
In ccs the code hereunder.
Which doesn’t center the site in Concrete5.7.3 but does as an html index page uotside of concrete 5?
I'm doing something wrong obviously
Kind regards,
Niels
/* ~~ This fixed width container surrounds all other blocks ~~ */ .container { width: 960px; background-color: #FFF; margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */ color: #000; }