Hi David57!
Please insert the below css into your custom css section:
.cart-collaterals .cart_totals {
float: right !important;
}
Regards,
Dake
Hi Dake,
Thanks, it worked.
One more question, for the same page how can i increase the font size?
Hi!
Please add following code to Quick CSS as well
table.shop_table.cart * {
font-size: 16px!important;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
.cart-collaterals * {
font-size: 16px;
}
Cheers!
Yigit
Thanks Yigit!