this should work...
in your theme folder, in qa-styles.css
find
or just find the .qa-main {
@media (min-width: 980px) {
.qa-main {
width: 74.5%;
float: left;
}
change left to right....
and then find
or just find .qa-sidepanel {
@media (min-width: 980px) {
.qa-sidepanel {
width: 25%;
padding: 0;
float: right;
*zoom: 1;
}
change right to left