Skip to content

Instantly share code, notes, and snippets.

@nickwebcouk
Created December 14, 2019 15:02
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 nickwebcouk/675d205355b85a9a89bd55efc698e804 to your computer and use it in GitHub Desktop.
Save nickwebcouk/675d205355b85a9a89bd55efc698e804 to your computer and use it in GitHub Desktop.
CSS Fix for the Wordpress 2019 theme.
# https://wordpress.org/support/topic/content-not-centered-2/
.entry .entry-content > *,
.entry .entry-summary > * {
max-width: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment