Home › Forums › WoodMart support forum › Blank space cannot be removed on the cart page (mobile version) › Reply To: Blank space cannot be removed on the cart page (mobile version)
March 1, 2019 at 1:11 pm
#110446
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .woocommerce-cart-form__contents tr {
padding-left: 0;
}
Best Regards