WooCommerce Styles 4
authorLaury GvR <laury@gaslightmedia.com>
Tue, 16 Jun 2015 20:47:31 +0000 (16:47 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 16 Jun 2015 20:47:31 +0000 (16:47 -0400)
scss/_woocommerce.scss

index bde9c40..6fe0b6c 100644 (file)
@@ -98,8 +98,11 @@ h1.product_title {
     line-height: 1;
     font-size: 40px;
 }
+#content {
+    padding: 0 3%;
+}
 .products {
-
+    padding: 0 2%;
     a {
         text-decoration: none;
         &:hover {
@@ -514,7 +517,7 @@ h1.product_title {
     padding: 10px;
     text-align: center;
     width: 24%;
-    height: 260px;
+    height: 340px;
     margin-bottom: 20px;
     @media #{$small-only} {
         width: 49%;
@@ -524,7 +527,9 @@ h1.product_title {
     }
     h3 {
         text-align: center;
-        min-height: 50px;
+        min-height: px;
+        font-size: 15px;
+        padding-top: 10px;
     }
     a.add_to_cart_button {
         display: none;