SyntaxFix
Write A Post
Hire A Developer
Questions
I know I'm a bit late to the party, but I got around the issue by tweaking the CSS to have the width span 100%, and setting l/r margins to 0px;
#div_id { margin-left: 0px; margin-right: 0px; width: 100%; }