Imagino que a imagem que sobrepõe a do produto, seja a informação ‘Sale’ e ‘50%’, certo?
Experimente editar o ficheiro
http://wimportshoes.com.br/wp-content/themes/bazar/woocommerce/style.css
comentando a linha width como apresentado:
li.product.grid.with-hover .product-thumbnail a img {
/* width: 100%; */
height: auto;
display: block;
margin: 0;
border: none;
}
Opa valeu ajudou sim, voltou ao normal.
At
Amigo me enganei, voltou da uma olhada
[link removido]
Experimenta manter o width 100% para a imagem do produto esticar, e acrescentar depois o css para não afetar as notas de “onsale”.
ul.products li.product.grid.with-hover .product-thumbnail a img {
width: 100%;
height: auto;
display: block;
margin: 0;
border: none;
}
ul.products li.product.grid.with-hover .product-thumbnail a img.onsale {
width: auto;
}