Quote:
Originally Posted by sadaar
I LOVE this mod and was able to get just about everything working....
EXCEPT.....
Some member's avatars are too big and run out of their box and overlap part of the post. I saw in the first page of this thread similar issues, but never saw a solution.
Can anyone assist?
|
This drove me out of my mind but I figured it out.
Find this code in postbit.css
{vb:math {vb:stylevar postbitlegacy_userinfo_width} - {vb:math {vb:stylevar padding}*2}- {vb:math {vb:stylevar postbitlegacy_avatar_outline.borderWidth}*2} - {vb:math {vb:stylevar postbitlegacy_avatar_border.borderWidth}*2}}
It's a giant equation that calculates the size of the avatar. Change it to 188px or whatever fits best.