This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Olga Barlow
On some of my pages the product pictures are listed in several different sizes. The picture is supposed to be the same for all these products, but for some reason as you scroll down on the page the pictures increase in size. I´ve done regenerate pictures and all that, but still no luck. Please help =)
Hello,
Try to add the following code in Theme Options > Styling > Custom CSS
@media screen and (min-width: 992px) {
.main-products-loop .products-list .product .product-image-wrapper {
display: block;
float: left;
margin: 0;
width: auto;
max-width: 35%;
}
.products-list .content-product .product-details {
float: left;
display: block;
}
}
Regards
Tagged: image gallery, product pictures, various sizes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up