Archived topic
How do I make product gallery page mobile responsive?
3 replies · Started by Harry on September 22, 2019
Viewing posts 1–4 of 4
Hi,
On the product gallery page, how do I make the product images mobile responsive?
I added a padding left 15px and it looks ok on a laptop but horrible on a mobile phone.
Thanks
Hi there,
remove the CSS you have added for the padding, and add this instead:
.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image {
margin-right: 0 !important;
}
Hi David,
That works perfectly. Thank you for the quick response :)
You're welcome
This archived topic is closed to new replies.