What I’m trying to do
I want a section on this website where there are cards showing our services. The cards go off to the right, away from what’s visible.
The user should be able to scroll with the wheel to move the cards and be able to see all of them.
The Problem I’m facing
So, right now the cards are boxes inside a strip. However, the strip doesn’t seem to support mouse wheel events, so I’m not able to code a custom Velo solution to do it manually.
I’ve tried wrapping them inside another box, to scroll that box, but I seem to hit a limit on how wide this box can be, so I can’t wrap all of them.
I also tried a repeater, but similarly, it also cannot be wide enough to fit all the services we have. I’m pretty new to Wix so I’m not sure if I’m doing something wrong, and what the best approach is
Here’s a picture of what it currently looks like, for context.

