if you have issues with floating Instant messenger icons.
open up style manager go to the css file where you have putted in the css of this postbit.
Search for:
Code:
.postbitlegacy .imlinks {
float: none;
text-align: center; }
and replace with:
Code:
.postbitlegacy .imlinks {
/* float: none; */
text-align: center; }
The float attribute is commented out because this is a duplicate on the original CSS where the float is left, which you need to keep it under de rest of the postbit.
Quote:
Originally Posted by Kirk93
Bump on this; myself and another need assistance. I know the mod isn't supported but surely someone out there can help us? 
|
Go to your Additional CSS file where you have putted the css for this postbit in, then search for:
Code:
.postbitlegacy dl.userinfo_extra dd, .postbitlegacy dl.userinfo_extra dd a, .postbitlegacy dl.user_rep dd {
text-align: right;
border-bottom: 1px solid #C8C8C8;
}
and replace with:
Code:
.postbitlegacy dl.userinfo_extra dd, .postbitlegacy dl.userinfo_extra dd a, .postbitlegacy dl.user_rep dd {
text-align: right;
padding-right: 1px;
border-bottom: 1px solid #C8C8C8;
}