Absurdly huge amount of space after some posts.

Joined
Sep 11, 2000
Posts
2,542
either you write more to cover the space or reduce your avatar height so it doesn´t take too much vertical space.
 

joshie

n00b
Joined
Dec 19, 2011
Posts
34
Ah, I see why.
In the war room, the user info on the left is aligned with just the post, instead of the post and the sig, like it is here.

In the postbit.css that belongs with the war room style (id 40), someone needs to add this after /*post bit*/

Code:
/*post bit*/

.postbitlegacy .after_content {
clear:right !important;
}
 
Top