Skip to content

Instantly share code, notes, and snippets.

@chriswallace
Created April 29, 2015 19:14
Show Gist options
  • Save chriswallace/dee2b8b38bb23351bfd4 to your computer and use it in GitHub Desktop.
Save chriswallace/dee2b8b38bb23351bfd4 to your computer and use it in GitHub Desktop.
Example CSS to limit the width of the posts everywhere in the Largo theme except on the single post template.
.archive #main,
.blog #main,
.search #main,
.error404 #main,
.home #main {
max-width: 800px;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment