You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autowidth works very well, the problem is that is necessary either create a responsive carrousel using the responsive object or put margin manually on alice-carrousel li item.
li {
margin: 0 15px !important;
}
This creates proper spacing but breaks the carousel's scroll calculations - the last items become inaccessible because the maximum scroll position is reached too early.
Is there a way to achieve proper item spacing while maintaining both autoWidth functionality and correct scroll behavior?
The text was updated successfully, but these errors were encountered:
Autowidth works very well, the problem is that is necessary either create a
responsive
carrousel using the responsive object or put margin manually on alice-carrouselli
item.This creates proper spacing but breaks the carousel's scroll calculations - the last items become inaccessible because the maximum scroll position is reached too early.
Is there a way to achieve proper item spacing while maintaining both autoWidth functionality and correct scroll behavior?
The text was updated successfully, but these errors were encountered: