Kusina template issue with scrolling on mobiles

Hi there,

I’m having issues with scrolling on mobile with my website using the kusina template. Address is http://campercatering.co.uk/n

Seems to be something to do with the image scroller. If you try to scroll in the menu area the page moves but obviously, scroll needs to happen wherever the user puts their finger.

Any advice?

Thanks,
Alan

Hi Alan

Try this css code please:

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: initial;
    touch-action: initial;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}