Avatar issues
4 posters
Avatar issues
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : All members
When the problem appeared : Each post, the avatar lies over the text.
Forum link : https://the-silver-pen.forumotion.com/forum
Description of problem
The avatar lies over the text of the post and I cannot seem to fix it.
Dena- New Member
- Posts : 1
Reputation : 1
Language : English
Joost likes this post
Re: Avatar issues
Hello @Dena ,
Welcome on the English Support Forum, do you have already change the avatar settings?
Go to your Administration Panel > Display > Avatars > Avatars management > Click on the tab "Personal avatars" there can you set the avatar dimensions for your forum.
Welcome on the English Support Forum, do you have already change the avatar settings?
Go to your Administration Panel > Display > Avatars > Avatars management > Click on the tab "Personal avatars" there can you set the avatar dimensions for your forum.
Joost- Active Poster
-
Posts : 1188
Reputation : 158
Language : Dutch, English
Location : The Netherlands
TonnyKamper likes this post
Re: Avatar issues
You also can add this to Admin Control Panel -> Display -> CSS
- Code:
.postprofile img:first-child {
max-width: 150px !important;
max-height: 150px !important;
margin-bottom: 10px;
border-radius: 5px;
#logo-desc img {
max-width: 99%;
}
SarkZKalie- Support Moderator
-
Posts : 1334
Reputation : 214
Language : English
TonnyKamper likes this post
Re: Avatar issues
Dear @Dena
the most responsive solution to make it not overflow is to add the following CSS:
The result will be as follows

the most responsive solution to make it not overflow is to add the following CSS:
- Code:
.postprofile dl dt img {
width: -webkit-fill-available;
}
The result will be as follows


Niko- Hyperactive
-
Posts : 2462
Reputation : 127
Language : English, Italian, French
Location : Italy

» {only Topic] Avatar issues
» Avatar uploading issues
» Appearance issues with Avatar icons on latest posts
» Avatar issues --- flood control activation (2 topics in 1)
» Recent Forum Issues (Notifications, Slow Loading, Chatbox, Servimg and Tagging Issues)
» Avatar uploading issues
» Appearance issues with Avatar icons on latest posts
» Avatar issues --- flood control activation (2 topics in 1)
» Recent Forum Issues (Notifications, Slow Loading, Chatbox, Servimg and Tagging Issues)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum