Left Alignment--SOLVED!

May 15, 2011 16:41

Hello! I have Bookworm Grey Mixit and I'm trying to move all my content to the left of the screen rather than in the middle. There was a previous post asking a rather similar question in 2007 but from what I could gather from what was discussed it didn't work for me.

I have tried many different ways to try and achieve this:
 
--
#content {
margin: 0px;
}

#page{
margin: 0px;
}
--
#page{
position: left;
}
--
#.content-inner {margin: 0 0 0 0;
padding: 0 0 0 0;

}

#.page-inner {margin: 0 0 0 0;
padding: 0 0 0 0;

}
--

And similar variations of these.

So am I using the wrong terminology or do I have to go through and specify there is no margin for everything involved? If so, what is all that I need to specify? Thanks!
 

page:alignment

Previous post Next post
Up