Browse Source

Radcliffe 2: Fix the sizing of the product gallery thumbnails

Danny Dudzic 7 years ago
parent
commit
49ff793b6b
1 changed files with 3 additions and 2 deletions
  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 {