I've noticed a small glitch when using Postbit_legacy with a low resolution. The top bar containing Thread Tools resizes correctly, but the bar below containing the post date doesn't, and therefore has a longer width than the bar above. I also found a fix for that.
1. Go to SHOWTHREAD.
2. Look for these lines at the top:
Code:
<body onload="$onload">
$header
$navbar
3. Below that, add this line:
Code:
<table width=”100%”><tr><td>
4. Close to the bottom, look for these lines:
Code:
<!-- / controls for non-popup browsers -->
</if>
<!-- forum rules and admin links -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
5. ABOVE the 1ist line, add this line:
That should do the trick