瀏覽代碼

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;
 }