I'm trying to figure out a way to center my pet block on my user profile. I'd like the images and text to be evenly aligned within the second column. Getting the text to break beneath the images would also be great, but I'm less worried about that.
Apologies if this has been posted before, I couldn't find anything user-profile-specific recently.
edit: the title broke, it should read "[help] (user profile)", I should have known []'s would break.
try to add this to your profile code:
.avatar_head { margin: auto; }
hope that's what you're looking for!