Skip to content

Instantly share code, notes, and snippets.

@chriswallace
Created April 29, 2015 15:01
Show Gist options
  • Save chriswallace/c6a3ce6dc95ccf9e8443 to your computer and use it in GitHub Desktop.
Save chriswallace/c6a3ce6dc95ccf9e8443 to your computer and use it in GitHub Desktop.
Custom CSS to get rid of featured content sidebar in Largo theme.
.header-aside {
position: static;
left: auto;
top: auto;
bottom: auto;
width: auto;
margin-bottom: 20px;
height: 55px;
}
.archive .content-wrapper,
.blog .content-wrapper,
.search .content-wrapper,
.error404 .content-wrapper,
.home .content-wrapper{
margin-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment