瀏覽代碼

Radcliffe 2: Fix the sizing of the product gallery thumbnails

Danny Dudzic 7 年之前
父節點
當前提交
49ff793b6b
共有 1 個文件被更改,包括 3 次插入2 次删除
  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 {