Hello,
I would like to add 5px of space between the Shopify payments banner and the ‘Add to Cart’ button beneath it. Had a number of unsuccessful attempts so far. Any help would be appreciated.
Hello,
I would like to add 5px of space between the Shopify payments banner and the ‘Add to Cart’ button beneath it. Had a number of unsuccessful attempts so far. Any help would be appreciated.
Go to your store click on Online Store > Action > Edit code >> https://prnt.sc/1z01iws
Search theme.css file and add below lines at the bottom of the file.
.payment-buttons {
padding: 5px 0 0;
}
Let me know if this solves your problem.