03/05/2015 at 12:27 pm
#321766
Keymaster
@ Larry
Additionally… everything is squashed left because a CSS style being applied by the theme which is overriding the template CSS. Add the following to the theme’s custom CSS area to fix it:
#cn-list .vcard {
float: none;
width: auto;
margin: auto;
}
Hope that helps!
