Image slideshow mobile moving on scroll and showing white space

Hi,

I’m using dawn theme 15.2.

I need the image slideshow on mobile display not to move and show white space when people scroll. Please see what I’m referring to below (www.shoplile.com) on mobile:

Thanks in Advance.

Hi @Tellmemore112 ,

Can you share your store URL so that I can check?

Daisy

Hello @Tellmemore112
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hi Tellmemore112

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

@media screen and (max-width: 768px) {
    .banner .banner__content {
        bottom: 0px !important;
    }
}

Result:

Best,
Liz