Home › Forums › WoodMart support forum › Add To Cart Button Margin › Reply To: Add To Cart Button Margin
March 29, 2022 at 9:32 am
#364834
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.single-product .quantity:not(.hidden)+button {
margin-left: 0;
}
Best Regards