im not going to update the thread till someone could be bored and game enough to see if this ugly fix works for others issues thats been posted.
as far as i can see, this does still work for even vb4.2.2.
after messing around, i came up with a most likely work around for some issues. it may work, but may not. i no longer use vb4. but some that are having issues could try this...
as stated, find and remove:
Code:
/*signature */
.signature {
padding-top: 1em;
border-top: {vb:stylevar signature_border};
margin-top: 2em;
}
in additional.css template add:
Code:
.postbitlegacy .after_content {
clear:none !important;
margin-top:-70px !important;
}
.signaturecontainer {
margin-top:10px;
}
then in postbit_legacy find:
Code:
<blockquote class="signature restore">
below add:
mess around with margin-top in both .postbitlegacy and .signaturecontainer.
screenshot added. tested 2 different styles, default and custom. FF, chrome, IE.