Problem scrolling on mobile

Hi everyone i have a problem with a template “Appetizer”.
In my website Mirador Gastro Bar i can´t scroll down on mobile phone, main banner i install a button to down manually.
Somebody may help me.
Sorry for my english y spoke spanish!

hey there

Please add this CSS in appearance - customize - additional CSS

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

Thanks!
Colorlib Support Team

I’m not use WordPress i,m programming in HTML.

Hello

Sorry, then add this code bellow main style css file and it will work :slight_smile: