Skip to content

Instantly share code, notes, and snippets.

@shanecp
Created March 30, 2014 02:08
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 shanecp/9866260 to your computer and use it in GitHub Desktop.
Save shanecp/9866260 to your computer and use it in GitHub Desktop.
CSS: Wordpress: Change Wordpress 2014 theme for full screen width
.entry-title {
text-transform: none;
}
.site-header,
.site {
max-width: 100%;
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
max-width: 900px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment