Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Social icons beside menu top right › Reply To: Social icons beside menu top right
December 16, 2013 at 1:16 pm
#3411

Moderator
Yeah, it’s possible. You will have to edit the header.php file and insert the below code after mo_exec_action('end_header'); ?>
in line number 66
Make sure that you put the above code outside the php code. Also please take a backup of the file before modifying it
Also you will have to insert the below style into the custom css of theme options
#header ul.social-list { position: absolute; right: 0; top: 10px; }
Thanks!