Quote:
Originally Posted by sybakaos
I've made it working in vBulletin 4.1.3 by searching for the following in postbit.css and removing the line in red:
Code:
.postbitlegacy .after_content {
position: relative;
width: 100%;
clear:both;
}
It doesn't affect advertisements if enabled or anything else as far as I can tell.
|
Quote:
Originally Posted by sisterhood
????
In 4.1.3 standing:
.postbitlegacy .after_content {
position: relative;
width: 100%;
clear: right;
|
Mine said
None instead of
Both So i left it alone & changed the number in the next set of code below that..
Code:
.postbitlegacy .after_content {
position: relative;
width: 100%;
clear:none;
}
.postbitlegacy .signature, .postbitlegacy .lastedited {
margin-top: 1em;
padding: 17em {vb:stylevar padding} 0;
}
I changed the number
17 in "padding" to just
1 & it took away ALL of the gap, so you can just adjust to your liking.
(worked in IE9 & Google Chrome)
*edit*
Now that im thinking about it this might have taken the gap out of the sig, not the space above the sig.