I am trying to change the position of Carousel in the Twitter Bootstrap site. What I am trying is to bring the caption in the middle of the image (Center aligned from top a
You could customize the Bootstrap .carousel-caption CSS..
.carousel-caption
.carousel-caption { max-width: 550px; padding: 0 20px; margin:0 auto; margin-top: 200px; text-align:center; }
Here is a Bootply to demonstrate