Hi
How can I resize the woocommerce shipping section on checkout wider?
My cart Products Added section is wide and the shipping method section is about half the size which makes everything look to tight
Thanks in advance
Here is an image of the problem I have
Thanks for your help
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.cart-collaterals .cart_totals {
width: 100%;
}
Best regards,
Rikard
Awesome, thank you Rikard