Ver código fonte

Radcliffe 2: Fix the issue with product gallery images becoming taller on hover

Danny Dudzic 7 anos atrás
pai
commit
3a0856f090
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      radcliffe-2/woocommerce.css

+ 4 - 0
radcliffe-2/woocommerce.css

@@ -401,6 +401,10 @@ ul.products li.product .button {
 	position: relative;
 }
 
+.single-product div.product .woocommerce-product-gallery img {
+	display: block;
+}
+
 .single-product div.product .woocommerce-product-gallery__wrapper {
 	margin: 0;
 }