Home › Forums › WoodMart support forum › Images now cropped a bit after swatches are fixed › Reply To: Images now cropped a bit after swatches are fixed
August 28, 2017 at 5:03 pm
#18276
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-hover-base .wrapp-swatches {
position:relative!important;
}
Regards