How can I put this text under the header in the customer email confirmation pls ?

how can I move the text marked to the left pls ?

This is my code :

{% if requires_shipping and shipping_address %} {% endif %}

Shipping Address


{{ shipping_address | format_address }}

@oscprofessional @KetanKumar

Customer

{% if billing_address %} {% endif %}

{{ billing_address | format_address }}

Hi @lslelegance ,

Please add code here:

Code:


1 Like