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

agusmu commented Sep 28, 2013

Copy link
Copy Markdown
Author

@Ostii

Ostii commented Jun 10, 2015

Copy link
Copy Markdown

Great. Thanks for this. It works perfectly

@omarius

omarius commented Feb 22, 2016

Copy link
Copy Markdown

works great, thank you!

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