Bootstrap 3 Carousel buttons are off-center -
i'm using bootstrap 3 carousel , previous , next arrows off center. i'm not sure what's causing problem. example page on bootstrap carousel looks ok.
you can see arrows problem in main slideshow on page, , above footer:
i need bring right arrow within confines of grid.
there supposed margins glyphicon arrows. try this:
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-right: -15px; margin-left: -15px; }
this should center arrows within carousel-control.
Comments
Post a Comment