Yes i did..
media=”all”
.woocommerce ul.products li.product.col-sm-3 {
width: 25%;
}
this is the css code on 6 column when it should be
.woocommerce ul.products li.product.col-sm-2 {
width: 16.66666667%;
}
I dont know how this is possible? I just imported the demo thats all