Tagged: breakpoint, mobile, Product Grid, responsive, woocommerce
Hi,
is it possible to change the mobile breakpoint of the WooCommerce product grid?
I use 4 columns, but the breakpoint is rather “late”. So the products become very small when changing the size of my browser. I would like to see that de 2 column product grid comes up earlier.
Thanks!
Hey JBkvns,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
This is de link:
Thanks!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
.responsive #top #main .products .product {
margin: 0 1% 1% 0 !important;
width: 49% !important;
}
.responsive #top .products .product:nth-child(odd) {
clear: both !important;
}
}
Best regards,
Rikard
Thanks! This is much better.
Only strage thing is, is that on the second productline it places only one product and the other under it. Is that something fixable?
Thanks again & Kind regards
Hi,
That is possible because of the product description title.
It seems it is bug and it is braking it when loading the page!
Best regards,
Basilis