Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created July 10, 2013 00:46
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save agusmu/5962635 to your computer and use it in GitHub Desktop.
Save agusmu/5962635 to your computer and use it in GitHub Desktop.
WooCommerce - One Column Checkout
/* 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;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

@Ostii
Copy link

Ostii commented Jun 10, 2015

Great. Thanks for this. It works perfectly

@omarius
Copy link

omarius commented Feb 22, 2016

works great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment