Feature request: Change dots container styles
Closed this issue · 2 comments
dogfrogfog commented
would love to see the way to override dots container styles or pass function to dots container
dogfrogfog commented
current solution is to override from global.css:
.alice-carousel__dots {
margin: 0 !important;
}
maxmarinich commented
Hi, @dogfrogfog! The implementation an additional functionality is redundant for this issue. Use common solution:
ul.alice-carousel__dots {
margin: 0;
}