Why do WordPress comment links land in the wrong place in Chrome with a sticky header (simple fix)?
Comment links on this site may open, but the page may not show the comment at the top right away in some Chromium browsers.
This can happen when the site has a header that stays stuck at the top. The browser jumps to the comment, but the stuck header sits on top of it, so the comment looks “too low.”
A quick CSS test was added to give the page extra space when it jumps to a comment:
.comment { scroll-margin-top: 180px; }
Update: This CSS was removed again. The issue looks tied to QMN ads, so the next step is to contact the ad provider.