Bootstrap Carousel image doesn’t align properly

The solution is to put this CSS code into your custom CSS file:

.carousel-inner > .item > img {
  margin: 0 auto;
}

Leave a Comment