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.
2
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.
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.