Avatar (s) size on "members" page is not in center

Ji2myTran

Active member
Hi Guys,

After i follow all steps to changed my message default avatar size from 96px (m size) to 116px as the instructions from this topic:

http://xenforo.com/community/threads/which-style-property.31695/#post-363047

Then all of avatars ("s" size) that displayed on "members" page is not in the center anymore. There is a small space in the top and left side of avatars as you can see in the attached screenshot.

Anyone know how to fix it?

Thank you!
 

Attachments

  • Avatar_Error.webp
    Avatar_Error.webp
    15.8 KB · Views: 34
It looks like you increased the size of the small avatar without also increasing this CSS definition:

Admin CP -> Appearance -> Templates -> xenforo.css

Code:
	.avatar .img.s { width: 48px;  height: 48px;  }

That's in the instructions you linked.
 
Top Bottom