You can move the ‘Follow on Instagram’ button from the bottom of your feed to the top by adding the following JavaScript to your site. This can be done manually using a custom JavaScript plugin. For further information see our documentation here.
$('#sb_instagram').prepend( $('.sbi_follow_btn') );
$('.sbi_follow_btn').first().css('width', '100%');