MyBB Community Forums

Full Version: Increase size in post bit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ! me again ! 


I try to increase the size of the avatars in the postbit.
But impossible!
however, I changed the size in "configuration, profile option"



what is the problem ? 

thanks Smile
Is it working in default theme?
I just tested and it's not work also in default theme
Go at global.css and find this code in line 1313
.post .post_author div.author_avatar img {
    border: rgba(0, 0, 0, 0.2) solid 4px;
    width: 70px;
    height: 70px;
    border-radius: 0;
}

just replace width and height with this
    width: 115px;
    height: 115px;
Wonderful !
It's work now Smile thanks you again !