Преглед изворни кода

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

Danny Dudzic пре 7 година
родитељ
комит
3a0856f090
1 измењених фајлова са 4 додато и 0 уклоњено
  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;
 }