01/13/2016 at 10:58 am
#360997
Keymaster
@ Brett
This was in the theme’s custom CSS area:
#cn-list .vcard,
#cn-list .vcard span {
display: initial;
margin: 0;
padding: 2px;
border: none;
font-size: 13px;
}
#cn-list div.vcard{
display: block;
}
This was causing the problem. I commented it out so it would not be applied and it fixed the issue.
Hope that helps!
