MyBB Community Forums

Full Version: Avatar is huge in post bit.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I shrink the size of the Avatar in the Post bit.
http://thespeedyfeed.com/Thread-Bonuses-...326#pid326

Thanks.
look for this code in global.css of your theme
.pbavatar img {
width: auto;
height: auto;
}

change it to :

.pbavatar img {
width: 70px;
height: 70px;
}

this should fix the issue Smile
regards
(2013-04-13, 07:23 PM)envira Wrote: [ -> ]look for this code in global.css of your theme
.pbavatar img {
width: auto;
height: auto;
}

change it to :

.pbavatar img {
width: 70px;
height: 70px;
}

this should fix the issue Smile
regards
Didn't fix it Sad
Edit: Nevermind I just had to clear my browsers cache Wink
Please mark your thread solved Wink