Payment icons shown in footer as a list

Hello,

I have added payment methods icons as a code but it does show as a list. I have tried to edit it in many ways but could not success.

thank you for your help in advance

{%- if section.settings.payment_enable -%}
{{ 'sections.footer.payment' | t }}
    {%- for type in shop.enabled_payment_types -%}
  • {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
  • {%- endfor -%}
{%- endif -%}

paypal
mastercard
visa
american_express
maestro

2021-2022 © All Rights Reserved.

Hi @Judgie ,

Kindly share your store url, so that we can check and provide you the solution.