How to stop the banner image from showing like this on mobile?

Solved

How to stop the banner image from showing like this on mobile?

empiricalarby
Trailblazer
227 1 49

https://empiricalwater.com/

 

On mobile, it shows up like this:

Desktop Screenshot 2023.11.25 - 21.12.06.16.png

How do I stop the banner image from showing below the line "Designed and produced..."?

 

Thank you!

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9251 1856 1891

This is an accepted solution.

Go to your Online store > Themes > Edit code > open section-image-banner.css, remove this code. 

.banner__media {
   min-height: 500px;
  background-attachment: fixed!important;
  background-size: cover;
  background-repeat: no-repeat;
}

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
9251 1856 1891

This is an accepted solution.

Go to your Online store > Themes > Edit code > open section-image-banner.css, remove this code. 

.banner__media {
   min-height: 500px;
  background-attachment: fixed!important;
  background-size: cover;
  background-repeat: no-repeat;
}

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.