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
Try giving a Width in % to the image in the carousel?
.item img { width:100%; }