Hi Isabela,
Regarding the vertical alignment of About Me section, there is a top margin has given to content section.
You can either reduce the content section top margin, or you can add the same top margin to the About Me aection.
The following code will reduce the top margin from content section.
The following code will work if copied as it is and doesn’t conflict with any existing code.
.single-post .entry-content {
margin-top: 0px ;
}
The following code will help you to add the top margin to your About me section:
.x-sidebar .widget:first-child {
margin-top: 17px;
}
We also recomend you to hire a developer who can asist you to do the customization or you can avail our newly launched service called One
You will get more options coming up with our Layout Builder, please find the status report : https://theme.co/content/status-report-july-01-2020
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 do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Hope it helps.