Remove gap between add to cart button and content After “Add to cart button”
-
I want to minimize the gap between add to cart button and the content After “Add to cart button”.
Screen shot attached for more information
Attachments:
You must be
logged in to view attached files.
Hello,
Please insert the site admin access into the Private content below the message area. We will check the padding/margins in the block you have added.
Best Regards
Login Details Attached Below
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .summary-inner .cart {
margin-bottom: 0;
}
Best Regards