I have added payment logo’s to the footer of my Shopify store by using code. The allignment is all wrong though. It needs to be next to each other and not under and in the middle. Please could someone assist. www.theperfecttouch.co.za. The below is what I currently have:
{{ powered_by_link }}
{% if section.settings.display_payment_methods %}
{% assign enabled_payment_types = 'visa,master,payflex,mobicred,payfast_instant_eft,zapper' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
{{ type | payment_type_svg_tag: class:'payment-icon' }}
{% endfor %}