@elielhillel: You got different issue. Can you add the following css in your “Custom CSS” box in you theme options under Appearance Tab:
.sidebar-content #primary {
float: right;
margin: 0 0 0 -35.5%;
}
.sidebar-content #content {
margin: 0 3% 0 38.6%;
}
.sidebar-content #secondary {
float: left;
margin-left: 3%;
margin-right: 0;
}
.sidebar-content.singular #content {
margin: 0 3%;
position: relative;
width: auto;
}
All this issue will be fixed in version 1.5.5 soon. This is just a temporary fix. As soon as the new version is available for download. You can just remove this.