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!
How to align my page on the left? (not centered)
Re: How to align my page on the left? (not centered)
In your css files youll find something like this
margin:0 auto; is the line that makes pagewrapper centered just take it out and youll have left aligned wrapper
Code: Select all
div#pagewrapper {
[color=Red]margin: 0 auto;[/color]
max-width: 80em;
min-width: 60em;