Turn off sidebar?

JABRONI

Well-known member
Licensed customer
Is there a hook or something where I can turn off the sidebar; the entire thing?
 
Set the sidebar to 0px wide in Style Properties.

Add this to EXTRA.css:
Code:
.sidebar {
display: none;
}
 
.mainContent {
margin-right: 0;
}
 
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?
 
Back
Top Bottom