Jump to content

Width of the right and left column.


houin

Recommended Posts

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

 

 

  • Like 1
Link to comment
Share on other sites

 

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

×
×
  • Create New...