11/30/2015 at 2:19 pm
#356610
Keymaster
@ Brett
Apologies for the trouble! I just today help some else with the same issue. This being caused by a slight tweak I made in the last versions CSS to help prevent theme from hiding Connections inadvertently due to hiding vCards. The next update changes this tweak a bit. To fix it now, add the following to the theme’s custom CSS area:
#cn-list .vcard,
#cn-list .vcard span {
display: initial;
margin: 0;
padding: 0;
border: none;
}
#cn-list div.vcard{
display: block;
}
That should fix it right up.
