I recently lost part of my post title when I went to print an exhibit for court.   I was using the page – print –  pdf option and finally asked Elegant Themes chat support.  Unbelievably, I did not realize that I had the PRINT button at the BOTTOM of my posts along with the SHARING buttons and I did not know it!

I’ve been doing a lot of medical and legal research and the print and share buttons have to be at the TOP of the page so people can SEE them.   I remember one journal had the print button at the top LEFT and it took me a while to find it.

For consistency, they should ALWAYS be at the top, either center or right, because that’s where people look for them.   Just like you look for traffic signs on the RIGHT of the road (in the US).

I finally asked chat support how to move the SHARE & PRINT buttons to the top of my posts and Pavel replied:

Please go to your WordPress Dashboard > Extra > Theme Options > Integration > Add code to the < head > of your blog and add the following:

<script type="text/javascript"> 
jQuery( document ).ready(function() 
{ jQuery('.post-footer').insertAfter('.post-header'); 
}); 
</script>

And that worked perfectly, thanks, Pavel!