as seen on image reference, i like to write a jQuery function to check the height of the text at the right and make the image height match it to “push” text alignment to right (see red box) how do you do that ?

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.
Use another div and make it
display:table;. That is what works for me.