timothy 0 Report post Posted May 1, 2011 I'm using Platform Pro. How do I make it so the entire global width dimension is less than 800? Say 750, because right now it stops the narrowing at 800 by default in the layout editor. Share this post Link to post Share on other sites
catrina 103 Report post Posted May 1, 2011 Add this CSS code: div.fullwidth {width: 750px; margin: 0 auto;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites