tonisky Posted March 24, 2014 Share Posted March 24, 2014 (edited) Hi, can anyone tell me how to control column width in Prestashop 1.6? In 1.5 version, there is a file grid_prestashop.css in which I can specify the width for each column, in 1.6, it seems there is no such a file available? Edited March 24, 2014 by tonisky (see edit history) Link to comment Share on other sites More sharing options...
DevNet Posted March 24, 2014 Share Posted March 24, 2014 Hi, Check your theme configuration on Back-Office : Preferences > Themes Edit your theme on the first table list. You've got "Appearance of columns" options capability, to enable columns. Regards Link to comment Share on other sites More sharing options...
dioniz Posted March 24, 2014 Share Posted March 24, 2014 You can set width in global.css . with bootstrap. Looks like this: .col-sm-3 { width: 25%; } Link to comment Share on other sites More sharing options...
tonisky Posted March 24, 2014 Author Share Posted March 24, 2014 Hi, Check your theme configuration on Back-Office : Preferences > Themes Edit your theme on the first table list. You've got "Appearance of columns" options capability, to enable columns. Regards Hi thanks. I think you misunderstood my question. I know how to enable/disable columns. But my question is, how to control the width of each column? like grid system file grid_prestashop.css in version 1.5? Link to comment Share on other sites More sharing options...
tonisky Posted March 24, 2014 Author Share Posted March 24, 2014 You can set width in global.css . with bootstrap. Looks like this: .col-sm-3 { width: 25%; } Hi dioniz, many thanks for your tips. Is it possible to set the exact width like 600px, rather than percentage? Link to comment Share on other sites More sharing options...
dioniz Posted March 24, 2014 Share Posted March 24, 2014 I think that is not good idea because this codes are made for responsive design. But you can change width with those numbers. You should read this to get more info about powerful bootstrap framework: http://getbootstrap.com/ Link to comment Share on other sites More sharing options...
Recommended Posts