I have been searching for this and I know it has to be a fairly simple fix. I have not been able to figure it out.
I would like to swap the sidebar from the left side to the right side. I am not fully css savvy. I am testing this theme to replace my blog's theme. (I love the header)
So, this is what I have tried:
In style.css:
#content {
float: right; <---- I change this to none
width: 640px;
margin-top: 0px;
}
and:
#sidebar {
width: 232px;
float: none; <--- I change this to right
padding-top: 8px;
text-align: left;
}
This does move the content area to the left side and positioned correctly. However, the sidebar is on the right side and is below the content area. I hope this describes what I am seeing properly. I have not rolled this theme out to my blog yet, it's just behavior I am noticing on my dev system.
This seems like it's an easy fix, I have not worked with CSS for some time. Could any one give me some help or point me in the right direction?
Thank you in advance.
