houin Posted March 29, 2014 Share Posted March 29, 2014 Hello I try to change the width of the column of left and right. How can it be done?. Thank you for your answer. Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 You can change it in global.css file located in your theme directory. there is a code like this: .col-sm-3 { width: 25%; } But .... you will need to change it to all column variations like col-sm-6, col-xs-6 and so on 1 Link to comment Share on other sites More sharing options...
houin Posted March 31, 2014 Author Share Posted March 31, 2014 You can change it in global.css file located in your theme directory. there is a code like this: .col-sm-3 { width: 25%; } But .... Hello and thank you. It works on the right and left column. On the other hand only the blockcart on the right column does not change size. I do not understand Link to comment Share on other sites More sharing options...
Recommended Posts