How to change the avatar thumbnail size for the comments?

Posted in: Newspaper
Post count: 42

it’s 50×50 right now. I hope to enlarge them to be 80×80. Thanks!

Post count: 20688

Hi,

You could change the value entered here
https://www.screencast.com/t/XmaW7mrXr
Also increase the width limitation in CSS, the result would be like this
https://www.screencast.com/t/0tTuMy3mu9
https://www.screencast.com/t/pq7mIq8bCNIA
This is the CSS code, modify it according to the width you choose, then enter it in Theme panel->Custom CSS section

.comment .avatar {
width: 100px;
}

Thanks

Post count: 42

Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.