Please or Register to create posts and topics.

Change Avatar max-width from 120px to 80px in mobile template

Hi,

I have a problem with the Avatars on the mobile template of Asgaros.
It hovering above the username and text (see screenshots). On the desktop template it’s working fine.

When I change with F12 on PC the max-width: 120px; value to: max-width: 80px; it’s solved.
But how can I do that in the CSS of my Asgaros forum, to save it permanently?
I can’t find max-width: 120px; in the style.css of the Asgaros forum and my Artisteer Wordpress template.

Tnx!

 

Uploaded files:
  • avatar-wrong.png
  • avatar-good.png

Hey @fanste,

please try to insert this CSS into Forum>Appearance>Custom CSS:

img.avatar.avatar-120.photo {
    max-width: 80px !important;
}

 

fanSte has reacted to this post.
fanSte
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.

yes, that works! thank you again!