Checkout page layout fix
authorLaury GvR <laury@gaslightmedia.com>
Tue, 26 Apr 2016 14:35:03 +0000 (10:35 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 26 Apr 2016 14:35:03 +0000 (10:35 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index b24e07f..79c0561 100644 (file)
@@ -6782,8 +6782,6 @@ main.woocommerce, div.woocommerce {
       margin-bottom: 15px; }
       main.woocommerce .checkout .woocommerce-billing-fields p input, main.woocommerce .checkout .woocommerce-shipping-fields p input, div.woocommerce .checkout .woocommerce-billing-fields p input, div.woocommerce .checkout .woocommerce-shipping-fields p input {
         margin-bottom: 15px; }
-  main.woocommerce .checkout #order_review, div.woocommerce .checkout #order_review {
-    float: left; }
   main.woocommerce #content-wrapper.woocommerce-wrapper .content, div.woocommerce #content-wrapper.woocommerce-wrapper .content {
     padding: 20px 5px; }
   @media only screen and (max-width: 40em) {
index 19cb58f..6262869 100644 (file)
@@ -354,9 +354,6 @@ div.woocommerce {
                 }
             }
         }
-        #order_review {
-            float: left;
-        }
     }
     #content-wrapper.woocommerce-wrapper {
         .content {