Dremy
1
Hi All!
I added zip payment icon to our page and realized that it was a bit inconsistent with the other icons.
We managed to fix the size but the space between the Zip and Visa is a bit too close compared to the others.
Need a bit of code to fix the spacing, anyone keen and able to help?
Template: Brooklyn
Website: https://dremyandco.com/
Payment Icons in the footer
@Dremy
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-footer__payment-icons li + a {
margin-left: 7.5px;
}
Dremy
4
@KetanKumar - While I have you, just 2 more questions:
AfterPay Payment Icon - adding space
Added AfterPay Payment Icon and it looks like my code does not respect the margin. The code is the same as ZIP but with a different SRC.
ZIP Logo on Payment Page
Also, do you know if there is an easy way to add the ZIP Logo to the Payment Page.
- Specifically, if you navigate to the Payment Page >
- Under Payment you will find options >
- If you compare Paypal and AfterPay with ZIP >
- You will find that Paypal and AfterPay are represented by logos >
- As opposed to ZIP which is text
Screenshot attached: