PDA

View Full Version : Help: First Post Squashed!


Contra Fates
04-27-2010, 12:17 AM
I had recently updated to 4.0.3, as well as updated the skins, and everything looks fine, except one thing:

In every thread, the first post is squished to the side. The second posts and any below it are perfectly fine. If you edit the first post, it'll still be squished.

I've attached two screenshots to show what I'm talking about.

Also, I've checked if this occurs in every skin - and yes, it's the same in every one, even VB4's default skin which I haven't altered at all.

Any help would be greatly appreciated, I'm totally at a loss!

Infopro
04-27-2010, 12:56 PM
IIRC, there was/is a bug:

http://www.vbulletin.com/forum/showthread.php?341598-Post-Div-quot-Left-Aligning-quot-or-giving-quot-whitespace-quot-to-the-right-of-post-content&highlight=post+left

Contra Fates
04-27-2010, 11:32 PM
IIRC, there was/is a bug:

http://www.vbulletin.com/forum/showthread.php?341598-Post-Div-quot-Left-Aligning-quot-or-giving-quot-whitespace-quot-to-the-right-of-post-content&highlight=post+left

Here is a temporary fix that I found on vbulletin.com, I hope it's useful to someone:

1. In the postbit [or postbit_legacy depending on the skin] template find:
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">2. Replace by:
<div class="content">Still testing if it causes any side effect.

This isn't a necessarily guaranteed fix, but it fixed my problem instantly.