Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Wrap message text around avatar?
KEP
New
I've enlarged my avatars, but now I'd like the body of the discussions/comments to start to the right of the avatar and then continue underneath once the paragraph becomes long enough. I've included a picture...
0
Comments
use float
eg. http://www.tizag.com/cssT/float.php
There was an error rendering this rich post.
It looks like there are several classes governing the avatars. There's ".Item .Author img" and ".ProfilePhotoMedium" in dashboard/design/style.css. And then there's "ul.MessageList div.Meta span.Author img {" in my theme's custom.css file. I'm not sure if I need to edit all of these or not, but I added a "float: left;" to all 3 and nothing changed.
I figured it out. The ".Message" class within "dashboard/design/style.css" had a "clear: both;" attribute that needed to be deleted.