sidebar under the forum?

Technically you could add this to extra.css:

HTML:
.mainContent {
margin-right: 0px !important;
}
.mainContainer {
float: none !important;
}

but that would literally make the tall sidebar at the bottom of the page ;p, additional edits would need to be made if you want those boxes lined up horizontally.
 
Top Bottom