Adding some padding below product title.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 4 Dec 2015 18:50:51 +0000 (13:50 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 4 Dec 2015 18:50:51 +0000 (13:50 -0500)
css/app.css
scss/plugins/_woocommerce.scss

index 476e749..f1e96e0 100644 (file)
@@ -7644,7 +7644,8 @@ h1.product_title {
   font-weight: bold;
   line-height: 1;
   margin: 0 auto;
-  width: 80%; }
+  width: 80%;
+  padding-bottom: 10px; }
 #content .product.type-product .single_add_to_cart_button {
   border-radius: 3px;
   padding: 2px 8px; }
index e02af02..742d363 100644 (file)
@@ -601,6 +601,7 @@ h1.product_title {
         line-height: 1;
         margin: 0 auto;
         width: 80%;
+        padding-bottom: 10px;
     }
     .single_add_to_cart_button {
         border-radius: 3px;