Image banner not showing up on mobile view

Solved

Image banner not showing up on mobile view

be_tween
Tourist
5 0 1

I tried different solutions that were posted under a similar subject.  The top image banner shows the image in desktop but in mobile view, it only shows the text.  My shop is be-tween-2751.myshopify.com.

 
Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

Hi @be_tween 

Please open Online store > Themes > Edit code > theme.liquid file, add this code below after <head> element

 

<style>
@media (max-width: 749px){
#Banner-template--21800212332854__image_banner .banner__media {
    position: absolute;
}
#Banner-template--21800212332854__image_banner .banner__media img {
    position: absolute;
    height: auto;
}
}
</style>

Screenshot 2023-12-28 at 08.56.45.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.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

Hi @be_tween 

Please open Online store > Themes > Edit code > theme.liquid file, add this code below after <head> element

 

<style>
@media (max-width: 749px){
#Banner-template--21800212332854__image_banner .banner__media {
    position: absolute;
}
#Banner-template--21800212332854__image_banner .banner__media img {
    position: absolute;
    height: auto;
}
}
</style>

Screenshot 2023-12-28 at 08.56.45.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.

be_tween
Tourist
5 0 1

Thank you! It worked!

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

Very welcome

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