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.

http://webdev.craftonhills.edu/

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -