Your store cannot scroll down on Mobile? Don’t worry about it. Just need to do as these steps:
Step 1: Go to Actions -> Edit code
Step 2: Find this liquid file: “ inc_css_home.liquid” & open it
Step 3: Find this code: .owl-carousel {touch-action: none} then remove it
Step 4: Add this code & Save
.owl-carousel,.owl-carousel .owl-stage {
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
Thank for reading!