Not sure if you'd class this as a style glitch, but you have a member here using a long name with no spaces in it, which I think is stopping his name from being wrapped onto a new line as being too long (no spaces stopping wrapping). Because of it part of the name gets cut-off and even overlaps the avatar a bit.
I would argue that's possibly working as designed. Would you really want it to wrap? Better to have it truncated.
The overflow hidden is indeed as designed. The issue with the avatar is related to whichever add-on that is - that's not default functionality. There is only 1px of right margin, it needs to be increased to provide more separation.
margin-right: 1px I inspected the element and changed it to 2 and 4px, it makes the username break onto a new line below the avatar, rather than pushing the avatar to the left keeping it inline and creating 4px spacing between username
That's because of the hard coded left margin for the dt element. Increasing that accordingly resolves that.
Right, but think we're both looking at different styles here. Not that it matters, but I was looking at the old blue one Brandon used before the new one was added. Which I think was just a re-colour of the default XF theme. Might be worth removing that banner logo in header on right side as well. When you minimize the theme that banner breaks onto a new line and messes things up for responsive mobile viewing. Do it and look what happens, you have "nav arrows" (old theme) were they shouldn't be. Because you have a large logo on left and large banner on right clashing
If you're going to increase font size, add extra elements to the area there you'll want to increase the width of it.
Ahh I see. Gary I haven't done anything to the old style. I plan to retire it. I just haven't shut it off yet.