[wp-trac] [WordPress Trac] #62992: Letter spacing issue in Jetpack Related Posts with Twenty Sixteen theme
WordPress Trac
noreply at wordpress.org
Thu Feb 20 08:51:26 UTC 2025
#62992: Letter spacing issue in Jetpack Related Posts with Twenty Sixteen theme
--------------------------+-----------------------------
Reporter: alinclamba | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
In the Twenty Sixteen theme, the links in the Jetpack Related Posts
section have increased letter spacing compared to previous behavior. This
issue was reported on raisingthelevelofdiscourse.com.
The spacing is inconsistent with the rest of the theme’s styling and does
not appear in other themes. While Twenty Sixteen is still maintained,
subtle display issues like this can arise over time.
Applying the following CSS restores normal spacing:
{{{
.jp-relatedposts-post-a {
letter-spacing: normal !important;
}
}}}
Would be great to have this reviewed in a future update.
Thank you!
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62992>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list