How to make Debut Slideshow full screen on mobile?

JordanM
Pathfinder
100 4 19

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:

Image 1.JPG

 

 

Replies 4 (4)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

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

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

Thanks!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
JordanM
Pathfinder
100 4 19

Hi @ZestardTech ,

when i add the code this happens with my website:

Image 1.JPG

ZestardTech
Shopify Expert
5393 970 1291

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!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
JordanM
Pathfinder
100 4 19

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!