Top margin of text

Please take a look at section 2 of my homepage. I want the text to come up on the page so that it aligns with the top of the image. I have tried a negative margin but nothing happens. Can you point me in the right direction?

Login information is in the secure area.

Hello @eutaw,

Thanks for writing in!

Please edit your page and replace the contents of your text element.
You can use this instead:

<p><span style="font-size: x-large;">ABOUT SHARON DAVIS</span></p>
<p style="font-size: 20px; text-align: left;">This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon.This is information about Sharon. This is information about Sharon. This is information about Sharon.</p>

We would love to know if this has worked for you. Thank you.

Thank you!! This works. However, I’m not sure how enclosing the span element in a paragraph element causes the top margin to be adjusted. (It appears all you added was the paragraph element.) Can you point me to info where this is explained? Again, thanks.

Hello @eutaw,

Actually there was a line break in the text content:

<span style="font-size: x-large;">
ABOUT SHARON DAVIS</span>

I added the p tag make it uniform with the next paragraph text which is why I recommended this:

<p><span style="font-size: x-large;">ABOUT SHARON DAVIS</span></p>
<p style="font-size: 20px; text-align: left;">This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon. This is information about Sharon.This is information about Sharon. This is information about Sharon. This is information about Sharon.</p>

Hope this explains it briefly.

Thank you.

You’re most welcome,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.