11/30/2015 at 11:13 am
#356583
Keymaster
@ Leah
Ok, this issue is caused due to a CSS tweak I made to try to prevent themes from hiding Connections. The next update will fix this. Add the following CSS to the theme’s custom CSS area should fix it for you:
#cn-list .vcard,
#cn-list .vcard span {
display: initial;
margin: 0;
padding: 0;
border: none;
}
#cn-list div.vcard{
display: block;
}
Apologies for the trouble!
