A quick Note: I moved this to the Circumference forum category because you posted this in the Suggestions category.
I found what is doing the vertical alignment which is part of the theme’s custom table styling. Line 2906 in the style.css is this:
table td {
vertical-align: middle;
}
You can do a custom css that would be like this:
table td {
vertical-align: top;
}
Do this in a child theme if you are using one, or use a plugin for editing CSS.
What I will probably do is change that in the next theme update version.
Actually…contact me via Email Support and I can send you a replacement file of style.css for you with that adjustment (providing you did not make any changes to this file?)