You can use the following CSS snippet, to disable the “further information” menu in your SharePoint MySite and statically display the information.
Code:
#ctl00_PlaceHolderMain_ctl11_showHideLink
{
display:none;
}
.ms-contactcardtext3
{
display:block !important;
overflow:visible !important;
}