Story theme - Improve touch controls for devices using iOS 13

To deliver smoother touch swipes in Story sections with devices running iOS 13 and iPadOS 13, use this CSS code snippet:

/* -- Start Story override code for slide effects with iOS 13 and iPadOS 13 -- */
.flickity-slider {
  touch-action: none; -webkit-user-select: none; -webkit-user-drag: none;
}
/* - end - */

Versions:
For stores running Story v1.1 and earlier.


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code

Still need help? Contact Us Contact Us