Problem encountered with the consolution template

Good day, the consolution template index page hero section is not scrolling on android device on my side.

Kindly assist

Hi there

Please try this css code to fix it:

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

Regards

It worked. Thank you :blush:

Nice :slight_smile:

Have a good day

Thanks. Same to you.

I will close this case and mark it as resolved, feel free to contact us again

Regards