Reply To: Social icons beside menu top right

#3411
Nexus
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!