i did a little modification for the first post of every thread of my forum in order to make it look a bit different
The problem is that i have to reduce the avatar height, but since phpbb actually include both dimensions of the avatars if I change the height the avatar width won't change according to that
to make it clear, what I need is to reduce the avatars dimentions, using the height as a reference
oh well, i was thinking I can use a div as a container and then crop the avatar with max-width and max-height with css, I think it would work but I'm not sure I can center a cropped image inside a fixed div