Tagged: woocommerce
Hi!
trying to align the sub total table and the continue button on the cart page to the right similar as you see in the below screenshot
https://www.dropbox.com/s/tdtobjf1u0d0kum/Screenshot%202015-12-28%2017.29.41.png?dl=0
Any idea what changes i need to make to the CSS to make this happen?
thanks
Found it…
.cart-collaterals .cart_totals {
margin: 0px 0 0 0;
clear:both; float:right;
}
.cart-collaterals .cart_totals a.button.alt{float:right;}
Regards