How can I adjust mobile image banner size to match PC version?

Solved

How can I adjust mobile image banner size to match PC version?

frks1
Tourist
27 0 2

I want to match the PC version and mobile size. The image banner appears smaller on mobile, how can I fix this?

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

My mistake, please use this code 

 

<style>
@media (max-width: 767px){
#shopify-section-template--21467998388504__646552d2-a2ed-4dc6-9cee-9039000bb66a .banner { height: 15rem !important; }
}
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

Please update code to this and check again 

@media (max-width: 749px) {
.banner--adapt {
height: 14rem !important;
}
}

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 23 (23)

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Hi @frks1 

Could you drop your store link here to check?

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2
Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Hi @frks1 

You can add this code below in your theme.liquid file before </head> tag in Online store > Themes > Edit code and check if reach your require

<style>
@media (max-width: 767px){
.slideshow__media banner__media.media { height: 40rem !important; }
}
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

Sorry for the late reply. However, the screen still appears small on mobile. Should I enter the code before </head>?

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

My code incorrect, please update it to this and add it before </head> or after <head> tag

<style>
@media (max-width: 767px){
.slideshow__media .banner__media.media { height: 40rem !important; }
}
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

I have entered the code, but there is no change in the mobile resolution. Is there another way?

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Code updated 

<style>
@media (max-width: 767px){
.slideshow__slide .banner__media.media { height: 40rem !important; }
}
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

The code is not being applied correctly😭

From the code, it looks like it's for a slide banner, but what I'm looking for is the mobile size for an 'image banner' template, similar to the photo.

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

My mistake, please use this code 

 

<style>
@media (max-width: 767px){
#shopify-section-template--21467998388504__646552d2-a2ed-4dc6-9cee-9039000bb66a .banner { height: 15rem !important; }
}
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

It has been resolved. Thank you so much!!!!

frks1
Tourist
27 0 2

I would like to get help from Dan-From-Ryviu. I'm trying to replicate another site, but the image banner appears too small on mobile, although it's fine on desktop. Is there a way to fix this?

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Please send me that site URL

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2
frks1
Tourist
27 0 2

Please help me😢

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Please try to add this code to Custom CSS of that section 

@media (max-width: 759px) {
.slideshow__media {
height: 40rem !important;
}
}

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

I tried entering it, but there was no change. What I want to change is the image banner template!

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Please add this code to Custom CSS of that banner section 

.banner--adapt {
height: 15rem !important;
}

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

Sorry, I can't see the banner section in the Custom CSS.

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Custom CSS when you select image banner section

Screenshot 2024-01-02 at 09.31.59.png

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

친절한 설명 감사합니다! 그런데 사용해 보니 사진처럼 데스크톱과 모바일 모두에서 화면이 잘리는 현상이 발생합니다. 어떻게 해야 하나요?

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

Please update code to this and check again 

@media (max-width: 749px) {
.banner--adapt {
height: 14rem !important;
}
}

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

frks1
Tourist
27 0 2

Thanks to you, it's been resolved! I'm so, so grateful!!

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

You are very welcome, @frks1 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.