Side-by-side as in horizontally? If so, I've been trying to get the same result, but no avail. However, I do think I've figured out how this could be fixed. Basically, I made two ranks and checked my postbit, and it stacked vertically as usually. I looked up on the source, and it seems that it automatically adds a break line (<br />) after each rank.
So I went to the postbit template and searched for the rank line, which would be:
HTML Code:
<if condition="$post['rank']">$post[rank]</if>
Seems that the break line isn't there, so I'm assuming it's somewhere in $post[rank]. If that's the case, does anyone know how to edit that particular bit / where I can find that variable?