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!
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!
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!