Looking for help with displaying a div
using bootstrap 4 with an absolute
position inside a container
? Here's the code I have:
Code:
<div class="container position-relative">
<div class="position-absolute text-justify w-100">
(Insert your text here)
</div>
</div>
Unfortunately, when implementing this code, the div
with an absolute
position appears outside of the container
. How can this issue be resolved?
Check out the demo here on jsfiddle.