What's your biggest current challenge? Have your say in Community Polls along the right column.

Dawn Theme- Resizing banner image To Fit Mobile Screen

Solved

Dawn Theme- Resizing banner image To Fit Mobile Screen

skinnystick
Tourist
10 0 1

Hi, I would like to change the size of my banner on the mobile version to something like this:

skinnystick_0-1701178231072.png

my page url: https://skinnyartspace.com/

Accepted Solutions (2)

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

This is an accepted solution.

Hi @skinnystick 

Go to your Online store > Themes > Edit code > open theme.liquid file, add code below under <head> tag

<style>
@media (max-width: 767px) {
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__media {
height: 55rem;
}
}
</style>

Screenshot_14.jpg

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

This is an accepted solution.

Hi @skinnystick 

Please update code and check again 

<style>
@media (max-width: 767px) {
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__media {
height: 71rem !important;
}
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__content { min-height: 70rem !important;  }
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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

Replies 14 (14)

websensepro
Shopify Partner
1290 145 166

Go to Online Store
2) Edit Code
3) Find base.css file

4) Add the following code in the bottom of the file 

@media only screen and (max-width: 600px) {
.banner__media.media.banner__media-half {
    height: 50rem !important;
}
}
Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

This is an accepted solution.

Hi @skinnystick 

Go to your Online store > Themes > Edit code > open theme.liquid file, add code below under <head> tag

<style>
@media (max-width: 767px) {
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__media {
height: 55rem;
}
}
</style>

Screenshot_14.jpg

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

skinnystick
Tourist
10 0 1

Thank you. Is there a way to make the word shift to the centre of the page?

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

Hi @skinnystick 

Please add this code also

<style>
@media (max-width: 767px) {
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__media {
height: 71rem;
}
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__content { min-height: 70rem;  }
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

skinnystick
Tourist
10 0 1

Hi, it doesn't work.

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

This is an accepted solution.

Hi @skinnystick 

Please update code and check again 

<style>
@media (max-width: 767px) {
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__media {
height: 71rem !important;
}
#Banner-template--21681505534263__4d405492-4f5f-4a7e-a390-bff21aa89d56 .banner__content { min-height: 70rem !important;  }
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

skinnystick
Tourist
10 0 1

It works. Thank you

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

Very welcome

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

graceatsabun
Tourist
3 0 1

Hi there, I tried your code. But somehow, it doesn't solve my issue. Can you please help? My website is www.maisonsabun.com

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

Could you explain your request?

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

graceatsabun
Tourist
3 0 1

I wanted my mobile banner to be exact like this size. I tried to copy your code and paste it in my theme.liquid file, however it doesn't work. Can you please help?

graceatsabun_0-1730460280744.jpeg

 

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

You can try to use this code instead

<style>
@media  (max-width: 749px) {
    .banner__content {
        min-height: calc(100vh - 200px) !important;
    }
}
</style>

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

graceatsabun
Tourist
3 0 1

Thank you so much, it works perfectly now!

Dan-From-Ryviu
Shopify Partner
10301 2044 2115

You are very welcome!

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.