All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello everyone! I'm not sure what happened to cause this, but in the footer, all the payment icons are aligned with each other except the after-pay icon.
site url is: houseofdudley.com
Anyone know how to fix this?
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >styles.css and paste this at the bottom of the file:
svg.payment-icon {
vertical-align: middle!important;
}
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >styles.css and paste this at the bottom of the file:
svg.payment-icon {
vertical-align: middle!important;
}
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.