Hi there,
I’m wanting to show 2x Woocommerce products per row on mobiles, where it’s currently one. I’ve scoured Google and support threads but no solutions. Any ideas?
Thank you
Hey lfs360,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.responsive #top #main .products .product {
margin: 0 1% 1% 0 !important;
width: 49% !important;
}
}
Best regards,
Rikard
Thankyou Rikard that worked perfectly 😊😊