Last active
February 12, 2018 10:23
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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