Skip to content

Instantly share code, notes, and snippets.

@zgordon
Last active February 12, 2018 10:23
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 zgordon/9cec069a1c69548f95673b2050aac121 to your computer and use it in GitHub Desktop.
Save zgordon/9cec069a1c69548f95673b2050aac121 to your computer and use it in GitHub Desktop.
This example shows how to select all blocks in the twentyseventeen theme and give them a fixed width and centered layout.
body.page-two-column:not(.archive) #primary .entry-header,
.entry-content > *:not( .alignwide ):not( .alignfull ) {
max-width: 50%;
width: 50%;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment