You can push them below the slider like this…
.carousel-indicators {
bottom:-50px;
}
Leave space below the carousel so that the pushed indicators don’t interfere with content below the slider..
.carousel-inner {
margin-bottom:50px;
}
You can push them below the slider like this…
.carousel-indicators {
bottom:-50px;
}
Leave space below the carousel so that the pushed indicators don’t interfere with content below the slider..
.carousel-inner {
margin-bottom:50px;
}