Centered logo showing in email preview but not on test emails

I have been trying to center the logo in my shopify notification emails.

I have done this by updating


to


This works in the preview

But not on the test emails

Does anyone know what is going on?

Hi @jlam93 ,

Please change code:

Code:


| <br>                    {%- if shop.email_logo_url %}<br>                      <br>                    {%- else %}<br>                      # <br>                        {{ shop.name }}<br>                      <br>                    {%- endif %}<br>                   | <br>                      <br>                        Order {{ order_name }}<br>                      <br>                     |
| - | - |

Hope it helps!

1 Like