Jump to content

Remove one column (left or right) on CMS pages only?


Recommended Posts

You'll need to edit header.tpl to hide the left column or footer.tpl to hide the right column. The the following code before the left_column or right_column div:

{if $page_name != 'cms'}



and the following code after the closing div:

{/if}

Link to comment
Share on other sites

In Back Office, you can disable some left or right blocks depending of the page being displayed.

Go in tab "Modules", sub-Tab "Position"
You can edit any module and specify in the "exception" field the page in which the module must not been called

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 years later...
Hi,

I would like to see on some pages CMS blocks in the left column and on other pages different blocks.

So I would columns different pages CMS.
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...