Infinite Carousel Help


I was able to get the carousel to work from this tutorial - https://www.youtube.com/watch?v=EgsgZi07KwE

BUT in order to keep everything spaced evenly I have to put Max-Widths and 100% so that the container that is FLEX and SPACE BETWEEN for the logos keeps consistent spacing for all the logos.

What happens is that it adds this HORIZONTAL scroll on the published site, I don’t see this in preview on webflow, maybe it doesn’t show horizontal scroll but when I publish it’s there in smaller sizes.

See Photo below.

https://christophers-fresh-site-f426ae.webflow.io/ - Site Preview

How do I get everything to scale down without making the logos spacing change?

Or how do I remove this horizontal scroll? I’m sure it’s something I did on the page setup as well that could be doing this. Thank you!

Here is my site Read-Only: LINK

Hi Christopher,

To fix the unwanted horizontal scrolling on your published site, start by checking the parent element of your carousel. Open the Style panel, go to Size settings, and set the Overflow to hidden. This often resolves most horizontal scrolling issues.

For a more comprehensive solution, ensure your elements use percentage-based widths and max-widths. Set parent elements to 100% width and child elements to 100% or less to prevent overflow. If you notice spacing inconsistencies with inline-block elements, applying a small negative left/right margin can help eliminate any unwanted gaps.

To better identify the source of the overflow, enable X-ray mode in Canvas settings. This will help you visualize element boundaries. Also, test your layout’s responsiveness by resizing the canvas in Designer to ensure everything scales correctly across different screen sizes.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

Maybe its better to add some margins to images instead of flex space-around layout.