Add Spacing between Payment Icons in Footer

I need help increasing spacing between payment icons.

Also I want to add Google Pay & Apple Pay options..

url: https://pure-date.myshopify.com/

pw: triwhi

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
ul.list.list-payment svg {
margin: 0 5px;
}

@ZestardTech Thank you for your help

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like