This I noticed today as was using my phone a lot to use the Jamroom forum. We had a similar thing on Ning where the members details where to the side of the conversations which squished the text over to the side. The code I added below I added to the mobile core css. I have added an image showing the change
Here is the little bit of code I used
@media only screen and ( max-width:767px){
.forum_post_image { width:100%!important;float:left;}
.forum_post_text{ display:inline-block; }
.forum_post_image .normal{ float:left!important;text-align:left}
.forum_post_image .action_item_user_img {display:inline-block!important}
}
updated by @john-bizley: 01/01/15 03:36:57AM