Search code examples
cssbootstrap-4bootstrap-5

Can't center h2 in div via bootstrap


Morning friends! What am i doing wrong?

<div class="col-4" style="">
    <h2 class="text-center vertical-center">Text here</h2>
</div>

Tried several classes but no profit


Solution

  • H2 is already in center mode but the thing is that your col-4 so you can't see this. you should do col-12 than you see the h2 is actual in center.