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

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

  • Options
    422422 Developer MVP
    edited March 2013

    There was an error rendering this rich post.

  • Options

    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.

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