#62992 closed defect (bug) (invalid)
Letter spacing issue in Jetpack Related Posts with Twenty Sixteen theme
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Themes | Keywords: | |
| Focuses: | Cc: |
Description
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!
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi there and welcome to WordPress Trac!
Here we focus on bugs in WordPress itself and its default themes. Issues with styling of a Jetpack plugin feature need to be reported to Jetpack.