Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2012-07-19 21:26:30

rsek
New Member
Registered: 2012-07-19
Posts: 1

Removing Left and Right sidebar

Is there an option to delete the sidebar in the index and article view?
Deleting some code or in the settings?
Can’t really find it.
Thanks!

Offline

#2 2012-07-19 21:49:07

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Removing Left and Right sidebar

Hi rsek, you will find the code in Presentation > Pages, in the ‘default’ page template. Look for:

<!-- left -->
	<div id="sidebar-1">
        ...
	</div>

and

<!-- right -->
	<div id="sidebar-2">
       ...
	</div>

Offline

Board footer

Powered by FluxBB