Created
July 10, 2013 00:46
-
-
Save agusmu/5962635 to your computer and use it in GitHub Desktop.
WooCommerce - One Column Checkout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* one column checkout page */ | |
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1, | |
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 { | |
clear: both; | |
float: none !important; | |
width: 100% !important; | |
margin-right:0 !important; | |
text-align: left; | |
padding-bottom: 20px; | |
} |
Great. Thanks for this. It works perfectly
works great, thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tutorial: http://www.primathemes.com/documentation/woocommerce-one-column-checkout-page/