I haven't seen this posted in this thread so forgive me if it already has. MANY users (myself included) are having major alignment issues in the postbit legacy, particularly when using scrolling marquee.
Join Date etc. is pushed way over, and/or there's a lonely colon sitting above it. Like in this example:
The cause appears to be an orphaned </dd> tag that is incorrectly coded with an opening <dt>. To fix:
In Postbit Templates > postbit_legacy:
Find:
Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
Replace with:
Code:
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
Works like a charm!
Hope this helps.