Created
January 3, 2015 11:01
-
-
Save agusmu/15c83c0af60d5696eee7 to your computer and use it in GitHub Desktop.
WooCommerce - Full Width Cart Totals
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { | |
float: none; | |
width: 100%; | |
text-align: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.