Jump to content

How to add third (left) column in a theme two column?


Recommended Posts

Yes it's possible.

To change the other pages layout into 3 column instead 2 column, then you may have to modify the CSS file or modify/override all related controller files or just override the classess file FrontController.php.

 

For example, Specials Page (Price drop page).

Actually the Left Column is there, but hidden by the css property display: none

If you set the css property display: block, then the left column will be displayed

 

Use developer tool on your browser (e.g: Firebugs for Firefox) to help you check the theme file

 

post-30874-0-63265200-1383584205.png

 

post-30874-0-63265200-1383584205_thumb.png

Link to comment
Share on other sites

Yes it's possible.

To change the other pages layout into 3 column instead 2 column, then you may have to modify the CSS file or modify/override all related controller files or just override the classess file FrontController.php.

 

For example, Specials Page (Price drop page).

Actually the Left Column is there, but hidden by the css property display: none

If you set the css property display: block, then the left column will be displayed

 

Use developer tool on your browser (e.g: Firebugs for Firefox) to help you check the theme file

 

post-30874-0-63265200-1383584205.png

Hi sorry but i'm not very expert, can you tell me exactly what file need to modify?

thanks

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