By Supporter on Friday, 05 July 2019
Posted in General Issues
Replies 3
Likes 0
Views 607
Votes 0
Hello,

In the actual wireframe theme the avatars are too small in some places.
Can you please help me with a custom css for:
- avatar size in forum home (home icon menu) - screenshot 1
- avatar size in posts replies - screenshot 2

I would like to render these avatars the same size as here in the replies (screenshot 2)
Hey there,

You can add the following Custom CSS code into Backend > EasyDiscuss > Themes > Custom CSS and see how it goes:

body #ed .ed-forum-item a{
border-radius: 50%;
}


Do take note that you need to clear all of your caches before you see the changes.
·
Friday, 05 July 2019 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Irwin,

I did not ask for rounded avatars...
Can you please help me with a custom css for:
- avatar size in forum home (home icon menu) - screenshot 1
- avatar size in posts replies - screenshot 2

I would like to render these avatars the same size as here in the replies (screenshot 2)

I would like to change the size of avatars in the two positions as stated above, and I would like to have them in the same size like here in the forum (40px x 40px)

Thank you
·
Friday, 05 July 2019 18:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Try this following code and see how it goes.


body #ed .o-avatar--sm {
width: 40px;
height: 40px;
}
·
Friday, 05 July 2019 20:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post