.card .card__inner {
/* You can change this value to make the image bigger */
max-width: 25% !important;;
}
To make the product image cards of the complementary product block bigger, however it also changed the images of the products within the collection section. Does anyone know a way I can center the image and make it bigger in the collection section without impacting the images from the complemantary product block ? Thank you for your help. Best regards,
It’s a simple fix. By prepending the class of the complementary products, we can target only the card classes within it, leaving the cards on the collections pages untouched. Hope this helps!
If you found my solution helpful, please consider giving it a like and marking it as the accepted solution!