From: Laury GvR Date: Tue, 29 Mar 2016 23:40:12 +0000 (-0400) Subject: Add spacing to the right of quantity X-Git-Tag: v1.0.0^2~57 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0a649c9a839b6f45cd898c6afe5ab9f7233e415f;p=WP-Themes%2Fjollylama.git Add spacing to the right of quantity --- diff --git a/css/app.css b/css/app.css index 85c823a..ece6ee3 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index ff0a4b4..b7617ec 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -702,7 +702,7 @@ .cart-qty-label { float: right; clear: both; - margin-right: 5px; + margin-left: 5px; } .price { color: transparent;