Home Forums WoodMart support forum VARIATION BUTTONS ARE CROPING SHOP PAGE VARIATION IMAGES Reply To: VARIATION BUTTONS ARE CROPING SHOP PAGE VARIATION IMAGES

#95975

Artem Temos
Keymaster

Hi,

This element is located in the same tag as the image. So if we will do this, you will always have this swatches element shown (not only on hover). You can do this with this CSS code

div.woodmart-hover-base .wrapp-swatches, 
div.woodmart-hover-base .wrapp-swatches {
    -webkit-transform: translateY(0) translateZ(0)!important;
    transform: translateY(0) translateZ(0)!important;
	position:relative;
}

Kind Regards