Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 67441

Bootstrap's carousel indicators positioned at bottom of image when description is below

$
0
0

My custom Bootstrap carousel has description below image. In this way the problem arises which is the indicators when positioned vertically take in account descriptions height. Since description text varies I can't get indicators to stick to bottom of image.

So far as seen fixed spacing does not solve issue.

.carousel-indicators {
  margin-bottom:3rem;
}

https://jsfiddle.net/virsis12/5p6wm4sL/10/

How to calculate height for description so that appropriate spacing is applied to get indicators stay at bottom of image?

Thanks in advance!


Viewing all articles
Browse latest Browse all 67441

Trending Articles