[SOLVED] How to center card header

Hello,

Is there an easy way to center the text in class=“card-header” please?

I tried “center”, card-header align-items-flex-center, no luck.

Thanks

Hi,
try adding

justify-content: center;

To to div with the class=“card-header”

3 Likes

Thank you so much! It worked perfectly