andrywang Posted October 15, 2012 Share Posted October 15, 2012 Hi All, Please advise how to remove right column and re-size the center column to right column. Like in the attachment, I want to re-size center column from red line to blue line. Thanks Link to comment Share on other sites More sharing options...
innocuous Posted October 15, 2012 Share Posted October 15, 2012 (edited) 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 October 15, 2012 by innocuous (see edit history) 1 Link to comment Share on other sites More sharing options...
igal08 Posted January 2, 2013 Share Posted January 2, 2013 this works on chrome but it doesn't change on explorer do you know the reason for that? Link to comment Share on other sites More sharing options...
innocuous Posted January 9, 2013 Share Posted January 9, 2013 Did you try to refresh/delete IE cache? It should work Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now