Shopify themes, liquid, logos, and UX
Hi
Hope you are doing well
Website : https://f01138-5e.myshopify.com/
i've a problem with my fixed background position on mobile
On desktop, it's perfect but on mobile, we only see the tree
someone know how to help me ?
Thanks a lot !
Solved! Go to the solution
This is an accepted solution.
That's because all images on mobile now have a fixed height of 345px. I recommend the custom css I mentioned before:
.animate--fixed>img:not(.zoom):not(.deferred-media__poster-button), .animate--fixed>svg:not(.zoom):not(.deferred-media__poster-button) {
height: 56rem!important;
}
Hi Edgard, one of the ways to adjust the behaviour is to change how the theme handles vertical stretch of the image:
.animate--fixed>img:not(.zoom):not(.deferred-media__poster-button), .animate--fixed>svg:not(.zoom):not(.deferred-media__poster-button) {
height: 56rem!important;
}
Hello,
I am San from MS Web Designer.
Here is the solution:
Go to Themes > Customise > go to that section and paste this code here
@media (max-width:749px){
img {height:345px !important}
}
Hope it helps.
Do let me know in case of any concerns.
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Hi, it works for the photo but the logo is deformed on mobile version, any idea ? thanks to you 🙂
This is an accepted solution.
That's because all images on mobile now have a fixed height of 345px. I recommend the custom css I mentioned before:
.animate--fixed>img:not(.zoom):not(.deferred-media__poster-button), .animate--fixed>svg:not(.zoom):not(.deferred-media__poster-button) {
height: 56rem!important;
}
Thanks a lot !
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025