XF 2.3 How to make the mini avatar smaller here

beerForo

Well-known member
I would like the avatars (seen at the double arrow) to be the same size as seen at the single arrow. Can anyone assist? I'm trying to make that first column narrower and that should do it. Reducing the padding would also help. Thanks!

1729462181085.webp
 
And for the quick reply one, edit the quick_reply_macros template, replace s by xxs in line 31
HTML:
<xf:avatar user="$user" size="{{ $simple ? 'xxs' : 'm' }}" defaultname="" />
 
Cool. Both those work but the left column is still the original size. Any idea how to fix that and have it adjust down to the avatar size plus the padding?
 
Or is it possible to force it to look the way it does on a phone (small screen) but on the computer so the header info is on top? Then I don't need to edit those things and it has the look I want.
 
Back
Top Bottom