Hello There,
Thanks for writing in! To move the page number in your post, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript
(function($){
$('.single-post .page-links').insertBefore( $('.ssba.ssba-wrap') );
})(jQuery);
And to make it a little bigger, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.page-links {
font-size: 20px;
}
Hope this helps.