Hi Eileen,
You need to set the vertical alignment for <td>. You can add the style attribute to the <td style="vertical-align: top"> like shown in the following URL or you can add the below-given custom CSS code into the Customize > Element CSS of the Text where you have added the table content.
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_td_valign_css
.e1876-4 table td
{
vertical-align: top;
}
Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks