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
The problem is that you have the carousel controls within .carousel-inner - you just need to place them outside of this class:
.carousel-inner
Example: http://jsfiddle.net/S2rnm/789/