How can I center my newsletter subscription form on both desktop and mobile?

@TBS2022 Paste this code in theme.liquid file

{% style %}
.footer__newsletter {
    text-align: center !important;
}
{% endstyle %}

If I managed to help you then, don’t forget to Like it and Mark it as Solutions.