Make WordPress Core

Opened 13 months ago

Closed 13 months ago

Last modified 13 months ago

#62992 closed defect (bug) (invalid)

Letter spacing issue in Jetpack Related Posts with Twenty Sixteen theme

Reported by: alinclamba's profile alinclamba 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)

#1 @swissspidy
13 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 @kraftbj
13 months ago

I opened an issue on the Jetpack side @alinclamba if you'd like to follow it:
https://github.com/Automattic/jetpack/issues/41932

#3 @alinclamba
13 months ago

Thank you!

Note: See TracTickets for help on using tickets.