Text descenders lost in post headings

  • Thread starter Thread starter Jonathan Scott
  • Start date Start date
AI Thread Summary
Users are experiencing issues with text descenders in post headings, particularly with usernames appearing incorrectly due to truncation. Adjustments to line-height settings have been made, improving visibility slightly, but the text is still not perfectly vertically centered. Some users have noted that the descenders are better but still not fully visible, and variations occur depending on the zoom level in browsers. There is a consensus that further style adjustments may be needed to resolve the issue completely. Overall, while improvements have been noted, the problem persists and requires additional attention.
Jonathan Scott
Gold Member
Messages
2,344
Reaction score
1,184
I'm seeing posts by "Greq Bernhardt" and "Borq" (q instead of g) because the descenders on the text in the post headings are getting lost.
 
Physics news on Phys.org
Me too.
 
testing

EDIT: Oh, I've capitalized G's.
 
I think the line-height may be too small for class .nodeLastPost. It's currently 14px but the computed font-size is 14.3px with my current font settings.
 
Code:
 .nodeLastPost
{
  height: auto;
  line-height: normal;
}
That resolves the issue at my end.

I hope we're talking about the same problem...
2e55bnc.jpg
 
It's a little better now. Jimmy I think they are referring to the username in posts. Does anyone else see what Jimmy does in the forum list?
 
Sorry, Greg. I thought that might have been a different issue. Didn't mean to heap more problems on the pile.

I think I'll wait a week or two before posting about forum problems. :)
 
Jimmy said:
I hope we're talking about the same problem...
proxy.php?image=http%3A%2F%2Fi57.tinypic.com%2F2e55bnc.jpg

These look OK here for me.
 
  • #10
Thanks, Borek.

Greg, it's not really a big issue for me right now. I'll just hold off on posting feedback until things settle down. Thanks!
 
  • #11
Greg Bernhardt said:
It's a little better now. Jimmy I think they are referring to the username in posts. Does anyone else see what Jimmy does in the forum list?

It was the username that I see/saw. :confused: I can also see the height change you made, and think I understand what you're dealing with.

The usernames were originally vertically centered perfectly, albeit the text descenders. I think you increased the line-height. Been there, done that. I now see a wee bit more of the descenders - enough to know that a 'g' isn't a 'q'... But the overall result is fighting back - the text is no longer vertically centered. <sigh>

Greg, I know this involves a style adjustment, and... On rare instances, I've resorted to using a sledgehammer, and enter a negative value for a margin style to get the 'human aesthetics' to triumph over what the browsers think is correct. Whatever actions you may take to win the battle, I promise to check IE, Chrome, Firefox, Safari, Opera, and anything else you need as a good soldier. It's great to know I'll see an Alert whenever you post back!
 
  • #12
I'm now seeing more of the descenders on the user names but they are still usually truncated a bit. The amount of truncation varies with zoom level, so I guess there may be some rounding effects involved. I'm using Chrome.
 

Similar threads

Back
Top