You've still got this:
Code:
#c2 {
width: 900px;
margin: 0;
}
Remove that line in red. It's in the head of your page:
Code:
<style type="text/css">
body, input, select, textarea { font-family: Georgia, Verdana, Tahoma, Helvetica, sans-serif; }
body, input, select, textarea { font-size: 15px; }
#c2 { width: 900px; margin: 0; }
#c3 { display: none; }
.post-author { display: none; }
</style>
If you can't work out how to remove that, than perhaps just override it in your style sheet with
Code:
#c2 { width: 728px !important; }
Bookmarks