Skip to content

Instantly share code, notes, and snippets.

@nielslange
Last active November 13, 2019 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielslange/3009860ffe7d55dba8b0417aa16537fd to your computer and use it in GitHub Desktop.
Save nielslange/3009860ffe7d55dba8b0417aa16537fd to your computer and use it in GitHub Desktop.
Jetpack: Centre and widen related post section when using WordPress 5.3
/* Centre and widen Jetpack's related posts */
#jp-relatedposts {
margin-left : -100px;
margin-right : -100px;
max-width : 1024px;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment