Trying to figure out how to add vertical space (leading) between payment icons and text underneath (see attached) Appreciate any help that can be offered, not too savvy with CSS. Thank you!
Hi @Roque01
Could you share your store’s URL so that I can make the CSS for you?
Hi,
Add this CSS to Custom CSS on the Footer - Footer Section via Theme Editor
.footer__payment{
margin-bottom:15px;
}
Regards
Amazing, thank you so much! Worked perfectly.
