Hello,
can someone please tell me how to but space between the Zippay and afterpay icons? I tried three different codes I found here and they don’t work for me. My website is Projects817.com
Hello,
can someone please tell me how to but space between the Zippay and afterpay icons? I tried three different codes I found here and they don’t work for me. My website is Projects817.com
Please add the following code at the end of your styles.css file:
#shopify-section-footer > footer > section > div > div.one-whole.column.footer_credits > div.payment_methods > a {
margin-right: 8px;
}
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
Thank you!