Archived topic
2 columns for woocommerce products in mobile version
3 replies · Started by Jaime Hernando on March 13, 2021
Hi GP team, I want to put in the mobile version 2 columns for woocommerce products but I have not been able to with the css that I have found here.
I used this css.
@media(max-width: 768px) {
.woocommerce[class*=columns-] ul.products li.product {
width: 48% !important;
float: left !important;
margin-left: 1%;
margin-right: 1%;
}
}
I hope you can help me.
Thanks a lot!!
Hi there,
you can set the Product Columns for Mobile in Customizer > Layout > Woocommerce:
https://docs.generatepress.com/article/woocommerce-overview/#shop
Hi David,
It was solved.
Thanks a lot!!
Glad to hear that