Jump to content
Sign in to follow this  
italoprofeti

Blog aligned left

Recommended Posts

italoprofeti

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
italoprofeti

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×