How to make Debut Slideshow full screen on mobile?

Hello guys,

so currently I am using the Debut theme but I don’t like how the slideshow looks on mobile. There is a big white square with arrows on both sides which looks ugly to me. I want to make my slideshow appear on a full screen on mobile with only dots on the bottom for slide navigation. How can I make that?

That’s how it appears now:

Hello There,

add code assets/theme.scss.liquid bottom of the file

@_media only screen and (max-width:767px) {
.slideshow–medium {height: 650px;}
}

Thanks!

Hi @ZestardTech ,

when i add the code this happens with my website:

Hello There,

Remove old code and add this one

add code assets/theme.scss.liquid bottom of the file

@_media only screen and (max-width:767px) {
.slideshow–medium {height: 650px;}
}
}
Thanks!

Hi @ZestardTech ,

I deleted the old code and added the new one but it still doesn’t work. I would be pleased if you have any other ideas.

Thanks in advance!