Page 1 of 1

Can You Remove The Sidebar Space All together?

PostPosted: Tue Jun 01, 2010 11:26 am
by etgraphicd2
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.

Re: Can You Remove The Sidebar Space All together?

PostPosted: Tue Jun 01, 2010 11:32 am
by shannah
The easiest way to do this is with CSS. e.g.

Code: Select all
#left_column { display:none}

Re: Can You Remove The Sidebar Space All together?

PostPosted: Tue Jun 01, 2010 1:36 pm
by etgraphicd2
Would I do this by editing the Plone.css file?

Re: Can You Remove The Sidebar Space All together?

PostPosted: Mon Jun 07, 2010 9:47 am
by shannah
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