Skip to content

Instantly share code, notes, and snippets.

@kamlesh08
Last active May 22, 2020 13:26
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 kamlesh08/2428ec94003da9b67a0f7ddba6c8c9be to your computer and use it in GitHub Desktop.
Save kamlesh08/2428ec94003da9b67a0f7ddba6c8c9be to your computer and use it in GitHub Desktop.
WooCommerce Cart Form in 2 Columns
form.woocommerce-cart-form {
max-width: 60%;
float: left;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
width: 35%;
float: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment