Page 1 of 1

How to align my page on the left? (not centered)

Posted: Wed May 10, 2006 10:54 am
by otto
Hello,

with the default layout the whole content inside the body (starting with  div#pagewrapper) is centered in the browser window.

Now I am trying to align my contents on the left and I do not find any option that would cause this. I have already searched in Stylesheets/Layout and Templates also. Please help!

Re: How to align my page on the left? (not centered)

Posted: Wed May 10, 2006 11:16 am
by tsw
In your css files youll find something like this

Code: Select all

    div#pagewrapper {
        [color=Red]margin: 0 auto;[/color]
        max-width: 80em;
        min-width: 60em;
margin:0 auto; is the line that makes pagewrapper centered just take it out and youll have left aligned wrapper