Jump to content

[SOLVED] Change the layout to 2-column


Recommended Posts

Hi there,

I'm new to Prestashop, so please forgive if this question has been answered already. I've searched the whole forum but couldn't find a straightforward answer.
What is the easiest way to change the layout from 3 column to 2-column, meaning minimum impact to the codes. I know I can remove all the block in the left or right column, but the header and footer are still displayed as 3-column layout.
Thanks in advance!

David

Link to comment
Share on other sites

Just {* comment out *} the following code in header.tpl to remove the left column:

<!-- Left -->

   {$HOOK_LEFT_COLUMN}



or comment out the following code in footer.tpl to remove the right column:

<!-- Right -->

               {$HOOK_RIGHT_COLUMN}



then increase the width of the #center_column in global.css to fill up the space of the missing column.

Link to comment
Share on other sites

  • 4 months later...

Thank you.

I would like to remove the right column but instead of moving the blocks to the left I'd move some of them into the footer.

I am doing this for displaying larger image and disabling thickbox. There is a thread http://www.prestashop.com/forums/viewthread/54907/, I would like to do the same. First I thought it would be really easy to do but it is not, met the same setback as mentioned in the other post.

How to move blocks to the footer and disable thickbox?

Link to comment
Share on other sites

  • 2 years later...

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...