I have a slider with only one sliding element. This element has 2 identical groups inside. Each group is formed by “Text>icon>text>icon”. The slider is pausing only on mobile about half way through the second group.
I’m new to Webflow and the website was designed by a freelancer so I could use some help with this matter.
Notes:
I tested the autoplay and nothing happened
Increasing the duration also didn’t change a thing
Your slider pausing midway on mobile is likely due to overflow issues, incorrect width settings, or interaction conflicts. Ensure hero-scroll_wrapper and hero-scroll_item have overflow: visible or hidden instead of scroll, and verify that Slide 2 isn’t exceeding the viewport width. If using Flexbox, switching hero-scroll_wrapper to Display: Block may help. Also, check for conflicting Webflow interactions or CSS transforms like translateX(). Debug these step by step and republish. If you need further assistance, feel free to contact me.