XF 1.4 Center avatar in Message Post

DaveL

Well-known member
Hi,
Ive made some alterations to the size of my user info section - however now the avatar is stuck over to the left. Where abouts do I alter the avatar so it aligns in the center?

avatar.webp
 
Hard to say exactly without seeing the site, but maybe adjust the padding in the style properties or adjust the value here in extra.css

Code:
.messageUserBlock div.avatarHolder {
     padding: 10px;
     }
 
EXTRA.css:
Code:
.messageUserBlock div.avatarHolder
{
    text-align: center;
}

If that doesn't work, it could be a style issue so contact the designer.
 
Top Bottom