Zippay icon spacing footer turbo theme 7.0.2

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

Hi @Only1mrsfragili

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!

1 Like

Thank you!