Hi,
This is not what I wanted to do! What I want is to display three products not 2, and “Product Size” MINI! Also it caused errors on my homepage because I use the “shop products” on the homepage, now everything is disorganized!
I clear your custom css code for my visitors do not see a badly made page.
I hope you will find how to do.
Thanks
Here is your code :
@media only screen and (min-width: 1200px){
body .has-no-sidebar .products-mini ul.products li.product {
width: 270px!important;
}
}
@media only screen and (max-width: 979px){
body .has-no-sidebar .products-mini ul.products li.product {
width: 164px!important;
}
}