Home › Forums › WoodMart support forum › how to adjust woocommerce cart size › Reply To: how to adjust woocommerce cart size
July 7, 2021 at 1:35 pm
#305080
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-cart .woocommerce-cart-form.col-xl-8 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
Best Regards