Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created August 2, 2018 22:20
Show Gist options
  • Save jessestu/351741cc92d6492c08c2e326e403148c to your computer and use it in GitHub Desktop.
Save jessestu/351741cc92d6492c08c2e326e403148c to your computer and use it in GitHub Desktop.
/* Centers all body elements on posts and pages. / @jessestu 1319555-zen */
.site-main, .entry-title {
text-align: center;
margin: 0 auto;
}
/* Tweak to get Like iframe near center */
div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
width: 250px;
margin: 0 auto;
padding-left: 100px;
display: block;
float: none;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment