Remove large white space under my slideshow on mobile view, dawn theme

Solved

Remove large white space under my slideshow on mobile view, dawn theme

Verterra
Explorer
75 1 11

Hello,

I am looking for help with the slideshow on my website. When in mobile view, there is a big amount of white space below the photos which I am hoping to remove. Is anyone able to advise on how I can remove the white space? 

My website is www.verterra.com.sg

Verterra_0-1742383684667.png

Thanks!

 

Accepted Solution (1)
Arif_Shopidevs
Shopify Partner
521 43 93

This is an accepted solution.

Please use this css it will solve the issue

@media screen and (max-width: 749px) {
  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    display: none;
  }
  .banner__media {
    position: unset !important;
}
}

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

View solution in original post

Replies 10 (10)
Verterra
Explorer
75 1 11

Hello,

I am using dawn theme on shopify

Arif_Shopidevs
Shopify Partner
521 43 93

Hello, The problem occured due to this CSS

@media screen and (max-width: 749px) {
    .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
         min-height: 34rem;
    }
}

 

min-height: 216px !important

You can adjust the min-height , it will fix your issue

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

Verterra
Explorer
75 1 11

Thank you! Can I check where I can locate this code so I Can edit it please?

Arif_Shopidevs
Shopify Partner
521 43 93

@Verterra 
Go to your theme ->find the CSS assets/section-image-banner.css inside the CSS search the line and then you can adjust .


Online Store ->active theme->edit code

Arif_Shopidevs_0-1742402842373.png

 

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

Verterra
Explorer
75 1 11

Hello,
I adjusted it to 216px as you advised, but now it totally removes the slideshow banner, and I can only see the pagination circles at the top of the page.

Verterra_0-1742458522107.png

 

Arif_Shopidevs
Shopify Partner
521 43 93

This is an accepted solution.

Please use this css it will solve the issue

@media screen and (max-width: 749px) {
  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    display: none;
  }
  .banner__media {
    position: unset !important;
}
}

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

Verterra
Explorer
75 1 11

Thank you so much! this Really worked like a charm!

Arif_Shopidevs
Shopify Partner
521 43 93

Glad to know it works. Do not forget to like our solution 🙂

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

ShishirHelps
Shopify Partner
95 3 6

Hi @Verterra 

Did you want it like this? pls let me know. If yes add me as a colloborotor I will fix it for free 😊

ShishirHelps_0-1742399408076.png

 

- I'm Shishir Hasan a Shopify Store Designer | CRO specialist.

- Need my help?

+8801762785429 (WhatsApp) || Work with Upwork


- If this solves the problem, please don't forget to Mark it as Solution!
Verterra
Explorer
75 1 11

Hi ShirShir, 

Yes that is exactly what I need! I'm sorry I dont know how to add someone as collaborator. Are you able to share with me how you made the edits and I can customise in the CSS accordingly? Thank you so much