Site logo

Archived topic

2 columns for woocommerce products in mobile version

3 replies · Started by Jaime Hernando on March 13, 2021

Viewing posts 1–4 of 4

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 David,
It was solved.

Thanks a lot!!

Glad to hear that

This archived topic is closed to new replies.