SyntaxFix
Write A Post
Hire A Developer
Questions
Remove the max-width from the body, and put it to the #container.
max-width
body
#container
So, instead of:
body { max-width:1250px; }
You should have:
#container { max-width:1250px; }