如何使 div 居中? (Carousel/OWL JS/Boostrap)

How to center that div ? (Carousel/OWL JS/Boostrap)

我一直在尝试 HOURS 将带有文本的简单 div 居中放置在滑块中。 https://cdpn.io/alouwk/debug/vYLLjwM/XxkVwjBPGEGM

我只是在寻找一种始终使文本居中而不失去其响应能力的方法。 我尝试了在网上找到的所有可能的答案,但没有成功。 顺便说一句,我是 Bootstrap 的超级菜鸟(从未使用过),只是想编辑本教程中的滑块:https://webdesign.tutsplus.com/tutorials/how-to-build-a-full-screen-responsive-carousel-slider-with-owljs--cms-31771

提前致谢!

您的 <div class="row justify-content-center justify-content-md-start"> 如您所见,您应该删除 justify-content-md-start 它将居中,如果您无权访问 html 您可以通过定位 classjustify-content-md-start{justify-content:center!important;}