Turn off sidebar?

Set the sidebar to 0px wide in Style Properties.

Add this to EXTRA.css:
Code:
.sidebar {
display: none;
}
 
.mainContent {
margin-right: 0;
}

This nicely disables my sidebar, but also stops my xenporta portal page from working.
Is there a way I can disable the sidebar through CSS on forumhome only?
 
Top Bottom