How to fix banner size issues on mobile with the Dawn theme?

Solved

How to fix banner size issues on mobile with the Dawn theme?

PatriceDianakay
Tourist
5 0 1

I have the Dawn theme for my store. I have a banner up. It shows fine on the desktop but on mobile the sides of the banner are cut off. How do i fix this so that mobile shows the full banner?

 

PatriceDianakay_0-1698844983714.png

PatriceDianakay_1-1698845299603.png

 

 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
10749 2126 2245

This is an accepted solution.

Please go to your Online store > Themes > Edit code > open base.css file, and add this code at the bottom. 

 

@media (max-width: 767px) {
.banner__media {
    height: fit-content !important;
}
.banner__media img {
    position: relative !important;
    object-fit: contain !important;
    object-position: center center !important;
}
}

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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 11 (11)

Moeed
Shopify Partner
6540 1776 2147

Hey @PatriceDianakay 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


PatriceDianakay
Tourist
5 0 1

websensepro
Shopify Partner
1741 196 235

Hi, @PatriceDianakay.

 

You can follow these steps:

Go to Online Store -> Themes -> Edit code.

Go to Assets folder -> Base.css  file.

Add the following code at the bottom of the file.

 

@media (min-width: 320px) and (max-width: 767px) {

.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media {
    height: 19rem;
}

}

 

Result:

websensepro_0-1698892409028.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution.

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
PatriceDianakay
Tourist
5 0 1

Still cut off when i do it. Not sure what I'm doing wrong

 

PatriceDianakay_0-1698849611024.png

 

websensepro
Shopify Partner
1741 196 235

add !important tag in the code .

 

Like These and and let me know it's working and not.

 

@media (min-width: 320px) and (max-width: 767px) {

.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media {
    height: 19rem !important;
}

}
Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Dan-From-Ryviu
Shopify Partner
10749 2126 2245

Hi @PatriceDianakay 

Your store link please

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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.

PatriceDianakay
Tourist
5 0 1
Dan-From-Ryviu
Shopify Partner
10749 2126 2245

This is an accepted solution.

Please go to your Online store > Themes > Edit code > open base.css file, and add this code at the bottom. 

 

@media (max-width: 767px) {
.banner__media {
    height: fit-content !important;
}
.banner__media img {
    position: relative !important;
    object-fit: contain !important;
    object-position: center center !important;
}
}

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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.

PatriceDianakay
Tourist
5 0 1

Thank you!!! You are a life saver!

Dan-From-Ryviu
Shopify Partner
10749 2126 2245

Happy I could help!

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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.

Dan-From-Ryviu
Shopify Partner
10749 2126 2245

Please go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom 

@media (max-width: 767px) {
.banner__media {
    height: fit-content !important;
}
.banner__media img {
    position: relative !important;
    object-fit: contain !important;
    object-position: center center !important;
}
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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.