Can You Remove The Sidebar Space All together?

Archived from the Xataface Users forum.

etgraphicd2 — Tue Jun 01, 2010 11:26 am

Is there a way to remove the Sidebar Space All together?
I am not using the sidebar and wondered if I could remove it so the rest of the body area would shift to the left?
Any help is appreciated.

Thanks a lot.


shannah — Tue Jun 01, 2010 11:32 am

The easiest way to do this is with CSS. e.g.

Code: Select all
#left_column { display:none}

etgraphicd2 — Tue Jun 01, 2010 1:36 pm

Would I do this by editing the Plone.css file?


shannah — Mon Jun 07, 2010 9:47 am

Yes. But better to add your own css file and put it there. You can include a custom CSS file using the custom_stylesheets block (or any block that goes in the head for that matter - you have your pick).

-Steve