Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bearded-avenger
Last active February 27, 2016 09:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bearded-avenger/f478639cbf0847c48230 to your computer and use it in GitHub Desktop.
Save bearded-avenger/f478639cbf0847c48230 to your computer and use it in GitHub Desktop.
Aesop Story Engine - Full Screen Components in Genesis
.aesop-on-genesis .site-inner{
max-width:100%;
}
.aesop-on-genesis .entry {
padding-left:0;
padding-right:0;
}
.aesop-on-genesis .entry-header,
.aesop-on-genesis .entry-content > *:not(.aesop-component) {
width: 100%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.aesop-parallax-sc {
margin-left:0;
margin-right:0;
}
@JohnSkliros
Copy link

While I have a little knowledge of css this example doesn't help me to use full width on a third party theme like Longform. Please help me out here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment