Shopify themes, liquid, logos, and UX
Hi guys,
The theme that I am using is sense.
I have a banner on my home page, on website version it looks fine, but on the mobile version, the body gets chopped off as you can see below. I want to show more of the right side of the image on mobile version so it looks like the second pic below.
Help would be much appreciated, thank you guys!
Domain: bloomingmumma.com
Solved! Go to the solution
This is an accepted solution.
You can do that by adding this code before </head> tag in your Online store > Themes > Edit code > theme.liquid file
<style>
@media screen and (max-width: 749px) {
.banner__media img { object-position: center right !important; }
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
You can do that by adding this code before </head> tag in your Online store > Themes > Edit code > theme.liquid file
<style>
@media screen and (max-width: 749px) {
.banner__media img { object-position: center right !important; }
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
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