Browse Source

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

Danny Dudzic 7 years ago
parent
commit
3a0856f090
1 changed files with 4 additions and 0 deletions
  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;
 }