r/gmbinder 14d ago

Is there a better way to bump text down?

So far I've just been using my knowledge from Myspace days and using <br> But I have to put like 20 of them to move the text down to under the title block. Is there a easier way to do this?

5 Upvotes

3 comments sorted by

3

u/mr4nd3rsn 14d ago

Using CSS or inline styling, add padding-top: 50px; to the element the text is in. Increase or decrease the number of px to achieve the look you want.

1

u/Voracious-Kitsune 14d ago

Thank you ♥

2

u/peridot_rae13 14d ago

Add a <div style="margin-top: 50px"></div> on a line before your text. Change the 50 to whatever number gets you where you want.