Skip to content

Instantly share code, notes, and snippets.

@kamlesh08
Last active July 14, 2024 17:33
Show Gist options
  • 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