I'm trying to have a fixed position div within a Bootstrap carousel so that content beneath the div can go underneath it, but I can't seem to get it to work. You can view my code on JSFiddle.
I want to fix the
div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 fixed-div"
so that it stays within the screen boundaries.
If anyone has any insights or solutions, I would greatly appreciate the help! You can check out my code on JSFiddle.