tsalstrand 8 Report post Posted September 28, 2012 On my test home page (http://prodigeemarketing.com/testing-home-page/) I am attempting to replicate the same effect as seen on the footer here: http://www.rosetta.com/ Notice how the footer there is 1030px wide. On my test home page I've put a content box where I want to create that affect and have set the background to be 1045px with the following code: body.page-id-1044 #contentbox { width: 1045px; background: white; } Problem is that it overlaps but is off centered. How do I center it up? Obviously, I've attempted margin-left: auto !important; margin-right: auto !important; but it doesn't work. I'm not worried about the .png needed to create the effect, only I can't get the background to be centered. Any help is greatly appreciated! Steve Share this post Link to post Share on other sites
catrina 103 Report post Posted September 28, 2012 Instead of adding margin-left or margin-right, you may want to use 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