Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi All,
I have tried a bunch of code found on these discussion boards and my logo is still not centered. Attached is the code I am using for reference. Please help!
Solved! Go to the solution
This is an accepted solution.
Replace the code that currently exists from lines 78 through 82 with
<td class="shop-name__cell" style="text-align: center">
{%- if shop.email_logo_url %}
<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">
{%- else %}
This is an accepted solution.
Replace the code that currently exists from lines 78 through 82 with
<td class="shop-name__cell" style="text-align: center">
{%- if shop.email_logo_url %}
<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">
{%- else %}
This worked thank you so much!!!!
this worked for me too, thank you!
I wanted to ask where exactly can I copy this text, I also need to center the logo in the email, I just don't know where to copy it
This code did not work.