Qty label left aligned
authorLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:15:07 +0000 (16:15 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:15:07 +0000 (16:15 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index 889c4b0..7530cc3 100644 (file)
@@ -6988,13 +6988,10 @@ main.woocommerce, div.woocommerce {
       background-color: transparent;
       color: inherit !important; }
   main.woocommerce #content .product.type-product .cart-qty-label, div.woocommerce #content .product.type-product .cart-qty-label {
-    float: right;
+    float: none;
+    text-align: center;
     clear: both;
     margin-left: 5px; }
-    @media only screen and (max-width: 40em) {
-      main.woocommerce #content .product.type-product .cart-qty-label, div.woocommerce #content .product.type-product .cart-qty-label {
-        float: none;
-        text-align: center; } }
   main.woocommerce #content .product.type-product .price, div.woocommerce #content .product.type-product .price {
     color: transparent;
     margin-bottom: 0;
index 06e4386..4034514 100644 (file)
@@ -645,11 +645,8 @@ div.woocommerce {
             }
         }
         .cart-qty-label {
-            float: right;
-            @media #{$small-only} {
-                float:none;
-                text-align: center;
-            }
+            float: none;
+            text-align: center;
             clear: both;
             margin-left: 5px;
         }