maxmarinich/react-alice-carousel

Feature request: Change dots container styles

Closed this issue · 2 comments

would love to see the way to override dots container styles or pass function to dots container

current solution is to override from global.css:

.alice-carousel__dots {
  margin: 0 !important;
}

Hi, @dogfrogfog! The implementation an additional functionality is redundant for this issue. Use common solution:

ul.alice-carousel__dots {
    margin: 0;
}