09/09/2015 at 4:35 pm
#346212
Keymaster
@ Russell
When you say title, you mean the person’s name? I recommend leaving that visible.
Here’s some CSS that’ll make it more compatible with your theme:
#cn-gridder .vcard span {
display: inline-block;
}
#cn-gridder .cn-left {
float: none;
}
#cn-gridder .cn-right {
margin-left: 12px;
}
#cn-gridder .cn-clear {
clear: none;
}
#cn-gridder h2 {
display: block;
}
You can add this to the theme’s custom CSS area and it should fix it.
Hope that helps!
