rcaferati/react-awesome-slider

Position bullets in slider

BoKKeR opened this issue · 1 comments

I couldnt really see any way from the examples to position the bullets in the slider, seems like a common use case for these sliders. How to do?

I have solved this by overriding this style

.awssld__bullets {
    bottom: 60px;
    z-index: 120;
}