Hi there,
I do apologize, I have been super busy at work and haven’t had time for much. I also did get your email.
Yes it is possible to change the position of the social memu, however it is very complicated. The call to the social menu is located in the footer.php
file and it looks like this:
<?php get_template_part( 'content', 'social_menu' ); ?>
you would have to copy this, then delete it from footer.php
then open up header.php
and paste the code where you want it to appear.
Keep in mind it is not recommended that you alter theme files. You should do this using a child theme, so when updates come around you are not having to make those changes all the time.
Again, please forgive me for the very late reply. Let me know how it goes.
Thanks for using WP-Forge, it’s greatly appreciated.