My goal is to have the caption of Bootstrap Carousel displayed above the content, but I'm encountering issues with it. When clicking on the chevrons, you may notice the < Item 1 >
bouncing... (This behavior is a bug, and logically speaking, I expect it to be fixed with my question "How to fix that?")
Check out the demo here: Bootply
This code features: 1 carousel with 3 slides, 2 lines of CSS for styling, and JS functionality.
I suspect the issue lies in the relative positioning, as I am hesitant to use absolute positioning.
A potential solution that was shared with me can be found here:
Any advice on how to address this problem would be greatly appreciated. Thank you! ❤️