Home › Forums › WoodMart support forum › Style issues with product filter in shop page › Reply To: Style issues with product filter in shop page
October 6, 2022 at 10:16 pm
#411467
metuza
Participant
I have now fixed the image issue using the below CSS:
.wd-product-filters .wd-pf-attributes .wd-swatch :is(img, picture) {
object-fit: contain;
}
Brgds
Rune