Home Forums WoodMart support forum 100% width of Cart page Reply To: 100% width of Cart page

#363025

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