Hello, i’d like to align custom “Bizum” payment icon and center the block in both, desktop and mobile. Any idea? https://aighard.com
Here’s the code i added to footer.liquid (Blue bold font):
{%- capture payment_icon_markup -%}
{%- if show_payment_icons -%}
{{ 'general.payment.method' | t }}
{%- endif -%}
{%- endcapture -%}
-
{% assign enabled_payment_types = 'paypal,visa,american_express,master,maestro' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
- {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }} {%- endfor -%} **
- **


