Viewing 1 replies (of 1 total)
  • Looks like you’ve figured this one out. for anyone else who stumbles across this post, I would start by looking at your CSS for the avatars in something like Firebug or the Chrome and/or IE developer tools. It seems the out-of-box CSS styles for the avatar placement doesn’t always jive with your theme’s styles, so in my case it was throwing the avatars ~90px to the left of where they should have been… clear out of the div. Had I set that div to overflow: hidden I wouldn’t have been able to see them at all.

    Override those CSS styles with one that had margins set to auto and it worked like a charm.

Viewing 1 replies (of 1 total)
  • The topic ‘Avatars not showing’ is closed to new replies.