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.
|
????
In 4.1.3 standing:
.postbitlegacy .after_content {
position: relative;
width: 100%;
clear: right;