hi,
i have found a long workaround to 1) reduce the size of avatars and 2) to reduce the padding of the review text.
to reduce avatar size one can read https://crunchify.com/wordpress-how-to-change-default-avatar-size-in-comment-list/ and some other resources on internet.
to reduce padding of the review text go to styles.css and find
#comments ol.commentlist li .comment-text{margin:0 0 0 100px!important
and replace 100px to the size you need.
Note i am using woocommerce so this code may be not the same if you don’t.
Here is my page where you can see the result of the reducing avatar and padding:
https://www.zeffyre.com/product/silicone-gel-heel-sleeve
Hopefully the solution i offer will help others. I am closing this thread as it is resolved now.