I have this text:
How can I move that "Consultants" bit to the middle of the top two words, instead of on the left side like that.
Code (ignore the margin-left):
margin-left
<h6 style="margin-left: 795px;">Connect with <br>Consultants</h6>
2
You may use this
text-align: center;
Use css text-align
text-align
<h6 style="text-align:center">Connect with<br>Consultants</h6>
Click here to cancel reply.
2
Answers
You may use this
Use css
text-align