I wish to align the title and summary(click the plus sign in site below)
as shown in the screenshot
my site
http://pligg.marsgibson.info/
screenshot
http://i47.tinypic.com/ntn55.jpg
suggest css for this
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without changing your current markup, a simple fix can be:
CSS
Print-screen:

What I did was to give some left and right padding to the
h2element, to limit the space available for the text inside it.Then, to place the avatar on the proper place, I’ve used the CSS position.
EDITED
To address the issue of your trigger element, add to its CSS:
EDITED
To address the height issue mentioned on the comment!
See this working Fiddle Example!
jQUery
Ps: The CSS
displaydeclaration for the class.subtext1must be updated to:display:inline-block.