Boostrap v4.0.0-alpha.6 model – how to center model title

You can use the w-100 class on the h3.modal-title element along with text-center.

<div class="modal-header text-center">
  <h3 class="modal-title w-100">Quiz Results</h3>
</div>

Leave a Comment