Home › Forums › WoodMart support forum › Remove gap between add to cart button and content After “Add to cart button” › Reply To: Remove gap between add to cart button and content After “Add to cart button”
April 4, 2022 at 12:18 am
#366040
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .summary-inner .cart {
margin-bottom: 0;
}
Best Regards