By Chris on Wednesday, 02 May 2018
Posted in General Issues
Replies 3
Likes 0
Views 692
Votes 0
Hi,

is there an easy way (maybe via css?) to make the avatar picture in the comments a little big bigger? (I use the k2 avatars ...)
It's a little bit small now ... and I want to get it a big bigger, instead make the comment textfield a little smaller.

Thank you and all the best :-)
Hey Chris,

Yep, it is pretty simple to use css to resize the picture. You can just use the css codes below to resize the avatars to 48 x 48,

[gist]
body #kt .o-avatar--md {
width: 48px;
height: 48px;
}
[/gist]
·
Wednesday, 02 May 2018 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect - thank you!
·
Thursday, 03 May 2018 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Chris
·
Thursday, 03 May 2018 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post