domero Posted January 20, 2013 Share Posted January 20, 2013 how to change product column width , Problem after deleting the left column and right after edit center column width , products still same size, I want to change the size of column products Link to comment Share on other sites More sharing options...
Hawk88 Posted April 5, 2013 Share Posted April 5, 2013 I have the same problem. Anyone got a solution for this? Link to comment Share on other sites More sharing options...
tdr170 Posted April 5, 2013 Share Posted April 5, 2013 Edit the grid_prestashop.css file and change the the .container_9 .grid_5 width to a pixel size that works for you. You could also just add a width to the center_column{} in the clobal.css EXAMPLE: .container_9 .grid_5 {width:737px;} EXAMPLE #center_column {width:737px} Link to comment Share on other sites More sharing options...
Snade Posted April 5, 2013 Share Posted April 5, 2013 Edit the grid_prestashop.css file and change the the .container_9 .grid_5 width to a pixel size that works for you. You could also just add a width to the center_column{} in the clobal.css EXAMPLE: .container_9 .grid_5 {width:737px;} EXAMPLE #center_column {width:737px} go for #center_column {width:737px} or the best option is just change the class .grid_5 to grid_7 in the coresponding .tpl file Link to comment Share on other sites More sharing options...
tdr170 Posted April 5, 2013 Share Posted April 5, 2013 That would also work as long as you have only removed the right/left columns for a single page. 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