Add spacing to the right of quantity
authorLaury GvR <laury@gaslightmedia.com>
Tue, 29 Mar 2016 23:40:12 +0000 (19:40 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 29 Mar 2016 23:40:12 +0000 (19:40 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index 85c823a..ece6ee3 100644 (file)
@@ -7028,7 +7028,7 @@ main {
   .woocommerce #content .product.type-product .cart-qty-label {
     float: right;
     clear: both;
-    margin-right: 5px; }
+    margin-left: 5px; }
   .woocommerce #content .product.type-product .price {
     color: transparent;
     margin-bottom: 0;
index ff0a4b4..b7617ec 100644 (file)
         .cart-qty-label {
             float: right;
             clear: both;
-            margin-right: 5px;
+            margin-left: 5px;
         }
         .price {
             color: transparent;