Skip to content

Instantly share code, notes, and snippets.

@consciousimages
Forked from agusmu/style.css
Created March 16, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save consciousimages/9c428e2e1559a4927d0ebb1e8539df68 to your computer and use it in GitHub Desktop.
Save consciousimages/9c428e2e1559a4927d0ebb1e8539df68 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment