Hello there
HolyKiller,
First of all, if you are still testing this method online, you might consider posting your forum's URL .!
Anyway, I tested your mod and it works like CHARM .!
The only thing I changed in your mod is that instead of editing the
"Postbit" template I edited the
"Postbit_legacy" template ..
OH! before I forget, your CSS code should be like this:
Code:
.postbitlegacy .postbodymod {
margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
background: #ffeb90;
_background-image: none;
padding-bottom: 1em;
}
NOT like this:
Code:
.postbitlegacy .postbodymod {
margin-{vb:stylevar left}: {vb:stylevar postbitlegacy_userinfo_width};
border-{vb:stylevar left}: {vb:stylevar postbit_userinfo_border};
background: #ffeb90;
_background-image: none;
padding-bottom: 1em;
}
}
See the extra
RED thing .!
I hope that this helps you out and if it didn't I advice to post your url .!