Show the right side of the banner pic on mobile version

Solved

Show the right side of the banner pic on mobile version

technoob_319
Visitor
3 0 1

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

 

PHOTO-2023-09-06-15-52-50.jpg

Screenshot 2023-09-06 at 4.43.58 PM.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11699 2292 2475

This is an accepted solution.

Hi @technoob_319 

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>

Screenshot 2023-09-06 at 15.52.06.png

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

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11699 2292 2475

This is an accepted solution.

Hi @technoob_319 

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>

Screenshot 2023-09-06 at 15.52.06.png

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