Relatively Simple (I Think) CSS Help

Permalink
Hello! I'm a relatively noob designer and these are both going to be noob questions, but I really need the help. Here's the URL:http://hannahellismusic.com/hannah_ellis/...

Ok. On the "Blog" page, I need the sidebar with all the information on the LEFT side, not the right.

In general, I need the main content container centered. When I look at it on my laptop, it looks wonderful. When it's on a bigger screen, there's a zillion miles of background on the right-hand side and the content container covers up any graphics on the left.

Please help!

 
RoiDana replied on at Permalink Reply
Your side column has a class called .right that makes it float right. You will need to change that to float left or remove the float and add the class to your main column.

This is simple to do, but you need a reasonable understanding of CSS.
keagrace replied on at Permalink Reply
I have a very basic understanding of CSS.

If I go into the main CSS file and merely change the float from right to left, does that take care of it?
Mnkras replied on at Permalink Reply
Mnkras
text-align: left;