The default size of an avatar in a wordpress theme is 32×32px, which is sometime’s a bit small. In my new theme design I want to change it to 60×60px instead.
In your theme, open the comments.php and look for the following code:
This simple line of code has a lot of options available. If you want to learn more about them, just have a look at the WordPress Codex pages. For now, we’ll just concentrate on the size of the avatar.
The way to change the default size is simply by adding some text inside the function, like this:
It’s that simple!


