Just if I can give a deeper understanding of this:
Adding text-rightto a div carousel-captionwill not work, because for carousel-captionthere is a current CSS style with text alignment for
.This CSS block appears AFTER text-rightthe Bootstrap-style class, so adding text-rightdoes not cancel the style carousel-caption.
, , , text-left, text-center text-right !important, , -.
- CSS carousel-caption.
.carousel-caption {
text-align: right;
}
text-right , CSS:
.carousel-caption.text-right {
text-align: right;
}