I think you'll need to modify the template since the line with "by xxxx" is a <div> and the line with the time is a <p>. You'll want to combine them. (If just by CSS, then you'd need to make them both display as inline-blocks and float the first one left, but I think you'd have to set a width also that would work for all usernames - better to modify the template.)
|