Title: Icons of commentators do not decrease
Last modified: September 24, 2017

---

# Icons of commentators do not decrease

 *  Resolved [fedorov](https://wordpress.org/support/users/fedorov/)
 * (@fedorov)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/icons-of-commentators-do-not-decrease/)
 * HI [@anlino](https://wordpress.org/support/users/anlino/)
 * I can not reduce the icons of commentators in your topic to 24px.
 * You have the following code in the file comments.php:
 * `<?php wp_list_comments(array( 'style' => 'div')); ?>`
 * I tried to insert the code:
 * `<?php wp_list_comments(array( 'style' => 'div', 'avatar_size' => 24,)); ?>`
 * But I did not succeed.
    Please help.

Viewing 1 replies (of 1 total)

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/icons-of-commentators-do-not-decrease/#post-9709432)
 * Hi [@fedorov](https://wordpress.org/support/users/fedorov/),
 * The CSS file in Davis has the icons set to 40px as well, so if the wp_list_comments()
   arguments are set to an avatar size of 26px, the images will still be scaled 
   up to that size. You will need to add the following CSS (via Admin > Appearance
   > Customize > Extra CSS or a child theme stylesheet):
 *     ```
       .comment-author .avatar { width: 26px; }
       .comment-author,
       .comment-meta { padding-left: 36px; }
       ```
   
 * That should change the size of the avatar and move the comment author and comment
   meta text blocks to retain the original distance between the avatar and the text.
 * — Anders

Viewing 1 replies (of 1 total)

The topic ‘Icons of commentators do not decrease’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/davis/2.1.2/screenshot.png)
 * Davis
 * [Support Threads](https://wordpress.org/support/theme/davis/)
 * [Active Topics](https://wordpress.org/support/theme/davis/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/davis/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/davis/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Anders Norén](https://wordpress.org/support/users/anlino/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/icons-of-commentators-do-not-decrease/#post-9709432)
 * Status: resolved