Ultim8 iPhone Scrolling Bug

Hi! I’ve bought Ultim8 - Free Bootstrap Agency Website Template 2021 - Colorlib theme.

Everything worked good, I’ve invested time and money into content creation, but now I’m facing the problem with scrolling behavior on iOS.

Steps:

  1. open vernality.org on iPhone
  2. place finger on the image
  3. try to scroll top and bottom

Expected: page is being scrolled
Actual: no scrolling!

Could you please help me to fix this bug?

hey there

Please add this CSS in appearance - customize - additional CSS

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

Thanks!
Colorlib Support Team