I want my carousel images to be at the center (horizontally), which is not by default. I follow the solution at this topic.
However, using this solution, when the ca
Now (on Boostrap 3 and 4) its simply :
.carousel-inner img { margin: auto; }