Shopify themes, liquid, logos, and UX
Hi Everyone,
I create a background image on my site, there is no problem on desktop, but when I switch to mobile, the background is completely distorted. Is there any solution for this?
Thanks for your help in advance!
Theme: Motion theme v8.30 1
Hey @ddn24,
Can you share the link to your store?
Hi @ddn24,
To address the issue of distorted background images on mobile devices in your Motion theme, you can try the following solutions:
@media only screen and (max-width: 768px) {
.your-background-class {
background-size: cover;
background-position: center;
/* Add any other necessary adjustments */
}
}
Thank you
In which file or any section of any file should I write this code?
Thank you!
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