Forum breadcrumbs – You are here:Asgaros Support ForumSupportReduce avatar size
Please or Register to create posts and topics.

Reduce avatar size

Hello,

I tried a lot of different css code to reduce the size of the user avatars in the author post but I do not obtain what I want. Sometime the size is so small that you hardly see it ; sometimes it modifies the round avatar to an oval.

So could you tell me what kind of css code I should use for that ? I would like to have the same size of the avatar we see on the forum home page.

Many thanks,
Felipe

Hey @felipe,

can you please share you CSS so it’s easier to find problems.

I would use a CSS like this:

#af-wrapper .post-author img.avatar.avatar-120.photo {
    height: 60px !important;
    width: 60px !important;
}

 

Asgaros, WoMo Olli and Felipe have reacted to this post.
AsgarosWoMo OlliFelipe
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

Hello,

Thank you, it works fine ! The code I used was the one you just show as an exemple. Maybe it was not complete or it was too late and my blog deserved a reboot 😉

Anyway, thanks a lot for the code. I enjoy a lot this forum plugin. I have another question but will open another topic.

Happy new year,
Philippe

Asgaros, WoMo Olli and qualmy91 have reacted to this post.
AsgarosWoMo Olliqualmy91