search

Home  >  Q&A  >  body text

Align text items to center

I have this text:

How can I move the "advisor" bit to the middle of the top two words instead of to the left like that.

Code (ignoring margin-left):

<h6 style="margin-left: 795px;">Connect with <br>Consultants</h6>

P粉564301782P粉564301782437 days ago687

reply all(2)I'll reply

  • P粉005417748

    P粉0054177482023-09-16 17:28:24

    You can use this

    text-align: center;

    reply
    0
  • P粉878542459

    P粉8785424592023-09-16 16:15:08

    Using CSS Text Alignment

    <h6 style="text-align:center">Connect with<br>Consultants</h6>

    reply
    0
  • Cancelreply