Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Using the Dawn theme, how can I center the home page image so that the "Going Out Of Business Sale' is centered on mobile? I like how it looks on a desktop but I want it to be centered on mobile.
https://shopshut-3517.myshopify.com/
Password: mojo
Solved! Go to the solution
This is an accepted solution.
Hi @User1300
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
@media screen and (max-width: 767px){
.media>img{
object-position: right center !important;
}
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
This is an accepted solution.
Hi @User1300
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
@media screen and (max-width: 767px){
.media>img{
object-position: right center !important;
}
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025