Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to display avatars in normal theme at 125px?


Bowe
Participant

@bowromir

I’m not 100% sure but I think you should assign a .css class to the image and then specify the height and width in the rules.. example:

#img.avatar_big {
margin: 0px;
padding: 0px;
height: 125px;
width: 125px;
border: 1px solid #FFFFFF;

Let me know if it works!

Skip to toolbar