Scrolling horizontal

Hello!

I’m quite new to Readymag and I don’t control it very well yet, so maybe I’m missing something. It’s happening to me that when I try to scroll on the mobile version, it doesn’t let me do it if my finger is over an object. In other words, for a horizontal image scroll, if I swipe directly over the object (in this case, the images), the scroll effect stops. It seems to only work if I scroll with my finger on the background avoiding the objects. This makes the page malfunction. I’m attaching images to explain it visually.

I would also like to know if there is an option for the scroll to work horizontally both on desktop and on mobile — so instead of moving up and down, I could move the cursor (or swipe) left to right.

Thank you very much,

there is a css value that makes the element kind of “clickthrough”. it is called “pointer-events: none;”
This might be the best solution. You would get the data-id of the element and assign the css value in the css customcode panel.

Or maybe just place transparent shapes above the element, which is surely not the clean method but could also work.