Jump to content

Remove right/left column from all page and theme


Recommended Posts

Hi

 

There are 2 ways to do this;

 

1. In your themes header.tpl file remove the columns div, looks something like this;

<div id="columns">

<!-- Left -->

<div id="left_column" class="column">

{$HOOK_LEFT_COLUMN}

</div>

 

2. In your CSS files, find where the columns are controlled form, e.g. theme/css/global.css and set the display for the columns to none, e.g.

 

display:none;

 

Either which way you may have to change the CSS for the remaining column(s) to fix your layout.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...