PDA

View Full Version : Misaligned postbit


trackpads
05-20-2008, 12:52 AM
I keep suffering though this. Any ideas why it is misaligned from post to post?

Thanks in advance,

-Jason

koolfire
05-20-2008, 01:05 AM
hmm is that custom coding or is it done via mod???

trackpads
05-20-2008, 02:34 AM
No, all custom. I know this is a darn cell but I cant find it. This was happening in my default style as well.

Princeton
05-22-2008, 12:23 PM
most likely due to some of the features available on the left column - some members have it while others don't

need a better screenshot .. need a complete shot of the top post (or link)

Baldilocks
06-05-2008, 04:28 PM
Unfortunately I had this problem as one user has a 16 character screen name and his postbit is always stretched out.

I had to set the width to 225 for the postbit-legacy just to make them all look right.

user650
06-10-2008, 08:31 AM
Fix????????????????????? :mad::mad::mad::mad::mad:
Having the same problem about to pull my hair out

Lynne
06-10-2008, 02:31 PM
Fix????????????????????? :mad::mad::mad::mad::mad:
Having the same problem about to pull my hair out
The fix was posted.
Unfortunately I had this problem as one user has a 16 character screen name and his postbit is always stretched out.

I had to set the width to 225 for the postbit-legacy just to make them all look right.

user650
06-10-2008, 09:29 PM
Can you tell me where to edit that?
The problem with asking for help is people assume everyone is a coding expert.
I'm not good with code. It was nice before because someone posted a corrected template and all I had to do was cut and paste.

Thanks

Baldilocks
06-11-2008, 12:31 PM
That was answered too. :)

postbit_legacy template.

Look for:
<td class="alt2" width="75" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

It might not be 75 on your template, but the value needs to be changed. I changed mine to 225 to make up for the 16 character username limit.

Brueskie
06-11-2008, 01:37 PM
You can enclose the username in the postbit in a div with an overflow: hidden CSS property as another potential fix.

user650
06-12-2008, 02:22 AM
That was answered too. :)

postbit_legacy template.

Look for:
<td class="alt2" width="75" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

It might not be 75 on your template, but the value needs to be changed. I changed mine to 225 to make up for the 16 character username limit.


And that is not the fix for this problem. It is already set to 225.
Sure wish I had the fixed template. :erm:

--------------- Added 1213249882 at 1213249882 ---------------

Still searching :(
Does anyone have the fixed template??
This was as really common issues several versions again, but it seems the fixed template is no longer listed on the site, like it was taken down.