bootstrap 3 multi column responsive carousel

前端 未结 2 1173
走了就别回头了
走了就别回头了 2021-02-02 13:40

I\'ve been playing with the bootstrap carousel, trying to make it display 4 columns per slide, responsively. The responsive side of things is perfect, however when the last sli

2条回答
  •  面向向阳花
    2021-02-02 14:02

    The problem is that you have the carousel controls within .carousel-inner - you just need to place them outside of this class:

      

    Example: http://jsfiddle.net/S2rnm/789/

提交回复
热议问题