Hi Aaron,
Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
(function($) {
$('.single-post .entry-header').insertBefore('.single-post .entry-featured');
})(jQuery);
Then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
header.entry-header {
text-align: center !important;
margin-bottom: 30px !important;
}
Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!