Problem was resolved.
In case anyone else has this same problem using the userinfo_right (legacy) setting for the award showcase, here's what he said:
Quote:
OK, I've added a temporary fix to the additional.css template which supplies a fixed width to the postuseravatar css class. Basically the problem was happening if you had a user with awards who had an avatar that was not as wide as the postbit would allow.
I'll have to look some more tomorrow because I'm not sure why its showing up for you but it hasn't been reported elsewhere.
|
Here's the CSS he added to the
additional.css template:
Code:
.postuseravatar {
width: 210px !important;
}
Quote:
Originally Posted by dollar1
Does this support 4.2.0 ?
|
Yes, it does.