Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created July 10, 2013 00:46
Show Gist options
  • Select an option

  • Save agusmu/5962635 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

agusmu commented Sep 28, 2013

@Ostii
Copy link
Copy Markdown

Ostii commented Jun 10, 2015

Great. Thanks for this. It works perfectly

@omarius
Copy link
Copy Markdown

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