Make Bootstrap's Carousel both center AND responsive?

后端 未结 13 2279
北海茫月
北海茫月 2020-12-05 02:45

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

13条回答
  •  感情败类
    2020-12-05 03:02

    Add a class to each image in the carousel html code, then with css apply margin: 0 auto.

提交回复
热议问题