:
I'd place the username within the paragraph itself, ignore the poor typesetting, this was a rush job.
|
The problem is I’m not sure how you could manage this with HTML and CSS. The main limitation of responsive designs is that you’re still working with a fixed HTML structure, and as far as I know there isn’t a way to alter that structure on the fly using CSS.
Basically, HTML elements act like containers – everything is a container and/or sits inside one.
The problem with this design is that you would have the username inside the same container as the post content, so it would have to remain within that container at every level – mobile, desktop, tablet etc. This design works for a mobile layout, but I don’t think it would translate well into a desktop layout.
I think we need to keep user details (name, title, rep etc) within the same container in order for it to make sense.