Shopify themes, liquid, logos, and UX
Im using Dawn theme.
On Android phones, logo looks perfect and not pixelated. On iphone it looks bad. The mobile logo is just a svg image.
This is my store url: https://artchimiaofc.com/
Hi @h_vare,
iOS sometimes requires the SVG to be embedded directly into HTML for better quality. Instead of uploading it as a separate file, try embedding the SVG code directly in the theme file.
Also,
Apply the below CSS in your theme file:
1.Go to your Shopify admin panel.
2.Navigate to Online Store > Themes.
3.Find your theme and click on Customize.
4.Click Actions > Edit code.
5.In the left sidebar, under the Layout directory, select base.css. Add the below code:
header__logo img {
max-width: 100%;
height: auto;
}
Save the changes.
If none of the above work, you could replace the SVG with a high-resolution PNG as a quick fix, though SVGs are preferable for scalability.
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025