My blog page won’t respond to any template style: default, full, sidebar…It only shows all content pushed to the right with my “Right” sidebar pushed down to the bottom on the left.
I’ve disabled all of my plugins to see if there is a conflict. Not apparent.
http://ecbiz111.inmotionhosting.com/~agaten5/?page_id=3205
It’s due to a bug in the theme that will be fixed in the next version. Meanwhile you can add this code to your custom CSS:
#container {
clear: both;
}