Hi!
I don’t plan to make any changes to the featured images, but there are ways around it.
You will need to remove the existing code for the images, and this means that you will have to manually add all your featured images to your post and page content again.
When you re-add them to the post, you will be able to change the position in the editor.
Copy content-page.php, content-section.php and content-single.php to your child theme.
Then open each file and remove this passage:
if( !aaron_get_meta( 'aaron_show_header' ) || !aaron_get_meta( 'aaron_featured_image_header' ) ){
if ( has_post_thumbnail()){
the_post_thumbnail();
}
}
Your second option is to target the first image of the post with css and change it’s position. I have not tried this, even if you could target the image, you might also have to wrap your text in a new div or similar.