Browse Source

Radcliffe 2: Fix the sizing of the product gallery thumbnails

Danny Dudzic 7 năm trước cách đây
mục cha
commit
49ff793b6b
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      radcliffe-2/woocommerce.css

+ 3 - 2
radcliffe-2/woocommerce.css

@@ -427,10 +427,11 @@ ul.products li.product .button {
 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
 	content: "";
 	display: table;
-	table-layout: fixed;
-	margin: 0 auto;
+	margin: 0 auto 1em;
 	padding: 0;
+	table-layout: fixed;
 	text-align: center;
+	width: 100%;
 }
 
 .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {