How to make a full screen slide on mobile in the dawn theme?

hi, i would like you to help me solve my problem. I solved the problem on the desktop but I would like the slide that is displayed on the mobile to be full screen. please help me. I would like a site like the one in the image

1 Like

hi @blo17

I’m happy to be able to help you and thank you for your question.
Please share your store URL, page URL, and also password (if your store has one) so we can help you.

https://filippo-ragone.myshopify.com/

Password page: 23

@blo17

Please add the following CSS code to your assets//section-image-banner.css bottom of the file.

@media screen and (max-width: 749px){
.banner__media { width: 100% !important; height: 100% !important;}
}

Thanks!

1 Like

Hi, this is the risult. I would like the image to be seen totally

I solved the problem thanks, I just added to the left: 0;

@blo17

Thanks!

1 Like