Skip to content

Instantly share code, notes, and snippets.

@Ahigh4life
Forked from agusmu/style.css
Created March 31, 2019 14:17
Show Gist options
  • Save Ahigh4life/ebaf40eb3769c707a03995c278121ee8 to your computer and use it in GitHub Desktop.
Save Ahigh4life/ebaf40eb3769c707a03995c278121ee8 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