italoprofeti 0 Report post Posted July 1, 2011 Hi! I'd like to have header, main content and footer all aligned to 100px or so from the left of the bkg, so that I can have much more "empty" bkg on the righhand side. Tried #page-canvas {margin-left:0px !important;}, but it doesn't seem to work. Blog is this. :-) Share this post Link to post Share on other sites
catrina 103 Report post Posted July 2, 2011 Try this CSS instead: #page-canvas {margin-left: -70px !important;} 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
italoprofeti 0 Report post Posted July 2, 2011 I used margin-left: -130px !important; margin-right: 130px !important; and the header and main content are aligned as I like them! Thanx! Now I need to align the footer, too. I tried .fixed_width #footer, #morefoot { margin-left: -70px !important; margin-right: 70px !important; } just to experiment, but they do not follow the other two elements. something I'm missing? :-) Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 2, 2011 I would do this: #site{ width:960px; margin-left:100px; } It will move everything and you wont lose the left side on smaller screens. Share this post Link to post Share on other sites
italoprofeti 0 Report post Posted July 3, 2011 Yes!! :-) Share this post Link to post Share on other sites