Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created January 3, 2015 11:01
Show Gist options
  • Save agusmu/15c83c0af60d5696eee7 to your computer and use it in GitHub Desktop.
Save agusmu/15c83c0af60d5696eee7 to your computer and use it in GitHub Desktop.
WooCommerce - Full Width Cart Totals
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float: none;
width: 100%;
text-align: left;
}
@Adeshxd
Copy link

Adeshxd commented Dec 16, 2020

Can you please help me out. It's not working in the mobile view.
I tried with adding @media screen and (min-width: 768px) {
It shows fine in the theme customization window, but when I open it the mobile, the cart totals get shifted to the right and the alignment is not right.

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