Instead of changing the position of the carousel control icons, just change the width of your carousel control to the width of the icons, and this should fix your problem. So first remove:
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right:15%; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left:15%;
Then add; } .carousel-control {width:30px!important;} Here's the new bootply http://www.bootply.com/EMilPfoDoK
source share