hi, i would like to know how to center the logo in the email sample
thanks for support ![]()
Goal: Center the logo in Shopify email notifications.
Proposed fix (no theme code changes needed):
Notes:
Status: A clear step-by-step solution was provided; no further issues or disagreements raised.
Go to Setting.
Go to Notifications.
Click on the email you want to modify.
Click the edit code button.
Find the code with the logo (Mine was line 78)
Then change the style to include this inline style…
style=“text-align: center; vertical-align: middle;”
This is what my edited line looks like
Click Preview to confirm it’s how you want it…