Slideshow image moves when trying to scroll dawn theme

Solved

Slideshow image moves when trying to scroll dawn theme

rogerjet
Excursionist
38 0 3

I have a slideshow on my home page, on mobile when trying to scroll past it the image moves around and the page does not scroll.

 

see my site here  https://l01p68gt9pxi46le-69331648824.shopifypreview.com

 

any help appreciated.

Accepted Solution (1)
BrewBrains
Shopify Partner
160 26 33

This is an accepted solution.

Try this one instead if above code.

div#Slider-template--22651682292024__slideshow_QXEiU4 {
    overflow-y: hidden;
}


Thanks

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732

View solution in original post

Replies 3 (3)

BrewBrains
Shopify Partner
160 26 33

Hi @rogerjet ,

 

Place this css in base.css.

 

div#Slider-template--22651682292024__slideshow_QXEiU4 {
    overflow: hidden;
}

 

Thanks 

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732

rogerjet
Excursionist
38 0 3

thanks for that it does work, but prevents me from switching images within the slideshow.  before you could swipe left or right to swap the image now have to use the pagination buttons.

BrewBrains
Shopify Partner
160 26 33

This is an accepted solution.

Try this one instead if above code.

div#Slider-template--22651682292024__slideshow_QXEiU4 {
    overflow-y: hidden;
}


Thanks

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732