Wrap message text around avatar?

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...

http://i.imgur.com/GD1OVu5.png

Tagged:

Comments

  • 422422 MVP
    edited March 2013

    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.

  • KEPKEP New
    edited March 2013

    I figured it out. The ".Message" class within "dashboard/design/style.css" had a "clear: both;" attribute that needed to be deleted.

Sign In or Register to comment.