Avatar size
- Tobi
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 4 months ago #414
by Tobi
Avatar size was created by Tobi
How to reduce avatar image when viewing replies
- Eugene S.
-
- Offline
- Administrator
-
7 years 4 months ago #417
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: Avatar size
Hello Tobi,
1. You can add CSS rule and change avatars size via CSS.
Open /components/com_kunena/template/rnd_kascetic/css/custom.css:
And add the following CSS rule:
#Kunena span.kavatar img {
max-width:100px !important;
}
Where 100px - it's your size.
2. You can set up custom size for avatars which will be added:
www.roundtheme.com/forums/avatar-size#reply-406
1. You can add CSS rule and change avatars size via CSS.
Open /components/com_kunena/template/rnd_kascetic/css/custom.css:
And add the following CSS rule:
#Kunena span.kavatar img {
max-width:100px !important;
}
Where 100px - it's your size.
2. You can set up custom size for avatars which will be added:
www.roundtheme.com/forums/avatar-size#reply-406
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.