Infiniet carousel not spanning full width on desktop

Hello,

I have an issue with my infinite carousel that seems to be working great on all devices except bigger desktop widths. I can’t manage to find what the problem is… Can anyone help me?
Thank you in advance!

https://preview.webflow.com/preview/irina-margarit?utm_medium=preview_link&utm_source=designer&utm_content=irina-margarit&preview=a9dea03837645171a370c329ddd2649a&locale=en&workflow=preview

hi @irina_margarit the issue is related to use of WF section element as it have predefined max-width: 960px. You have to overwrite this value by setting width: 100vw. The best favour you can do your self will be not using predefined WF elements and use standard div element.

thank you so much for your answer and suggestion!

1 Like