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 !
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