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

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 {