3 posters
avatar bigger than the limit
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°2
Re: avatar bigger than the limit
Have you tried editing the avatar image itself?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°3
Re: avatar bigger than the limit
Hi @QeemBA,
Are you using the following method of setting a limit for avatar dimensions in posts ?
Display > Colors > CSS stylesheet
The rule above will allow you to set the max height and width of the avatar. If the values don't apply, try adding the !important flag to the end of the value.
Are you using the following method of setting a limit for avatar dimensions in posts ?
Display > Colors > CSS stylesheet
- Code:
.postprofile dt img {
max-height:150px;
max-width:150px;
}
The rule above will allow you to set the max height and width of the avatar. If the values don't apply, try adding the !important flag to the end of the value.