Checkout button centered
authorLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:29:26 +0000 (16:29 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:29:26 +0000 (16:29 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index 0c39103..3dd55c7 100644 (file)
@@ -7045,6 +7045,8 @@ main.woocommerce, div.woocommerce {
     width: 80%; }
   main.woocommerce .shop_table.shop_table_responsive.cart, div.woocommerce .shop_table.shop_table_responsive.cart {
     margin-top: 20px; }
+  main.woocommerce .wc-proceed-to-checkout, div.woocommerce .wc-proceed-to-checkout {
+    text-align: center; }
   main.woocommerce .main.woo-single-product #content, div.woocommerce .main.woo-single-product #content {
     /* Related products */
     /* End Related products */ }
index 575620a..79fef21 100644 (file)
@@ -716,6 +716,9 @@ div.woocommerce {
     .shop_table.shop_table_responsive.cart {
         margin-top: 20px;
     }
+    .wc-proceed-to-checkout {
+        text-align: center;
+    }
     /* End General CSS */