Home › Forums › WoodMart support forum › 100% width of Cart page › Reply To: 100% width of Cart page
March 22, 2022 at 12:20 pm
#363025
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce-cart .container {
max-width: 100%;
}
It is not possible to add the checkout under the shopping cart with CSS. It requires more complicated customization that is not covered by our support.
If you have any questions please feel free to contact us.
Best Regards