How can I remove the empty white space at the bottom of my hero banner on MOBILE?

Solved

How can I remove the empty white space at the bottom of my hero banner on MOBILE?

mayatranquila
Excursionist
42 0 14

IMG_4676.PNG

how can i remove the white space and make it full width? its only an issue for mobile view

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11326 2220 2390

This is an accepted solution.

Hi @mayatranquila 

You can do that by adding this code to Custom CSS in Sales channels > Online store > Themes > Customize > Theme settings 

@media (max-width: 749px) {
    #shopify-section-template--18322925224182__hero_banner_jh7CrN .hero__inner {
        height: 100vh;
    }
}

Screenshot 2025-03-12 at 10.20.31.png

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. 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 - 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 4 (4)

DaisyVo
Shopify Partner
4275 468 561

Hi @mayatranquila 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.section {
    padding-top: 10px !important;
}

 

 

Result 

DaisyVo_0-1741745883214.png

 

Best, 

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Dan-From-Ryviu
Shopify Partner
11326 2220 2390

This is an accepted solution.

Hi @mayatranquila 

You can do that by adding this code to Custom CSS in Sales channels > Online store > Themes > Customize > Theme settings 

@media (max-width: 749px) {
    #shopify-section-template--18322925224182__hero_banner_jh7CrN .hero__inner {
        height: 100vh;
    }
}

Screenshot 2025-03-12 at 10.20.31.png

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. 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 - 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.

mayatranquila
Excursionist
42 0 14

it worked but I had to put the code in base.css not inside the theme editor, thank you 🙂

Dan-From-Ryviu
Shopify Partner
11326 2220 2390

You are very welcome! 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. 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 - 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.