Jump to content

Need suggestion in remove right column and re-size the center column


Recommended Posts

In themes/themename folder there is a file called footer.tpl

 

It will have a section called <!-- Right -->

with some code between <div> </div>

 

Remove this code to delete right column from all pages.

 

To resize width of centre column edit /themes/themename/css/grid_prestashop.css changing the following line with the width you want:

.container_9 .grid_5 {width:xxxpx:}

 

Remember to turn on force compile to see changes:

 

Advanced Parameters > Performance > Smarty section > Template Cache > select Force Compile option

Edited by innocuous (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 2 months 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...