Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created September 26, 2014 01:33
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 tdominey/cf17b1bc344a4ef3c778 to your computer and use it in GitHub Desktop.
Save tdominey/cf17b1bc344a4ef3c778 to your computer and use it in GitHub Desktop.
Hide aside in Elementary content.lens
body.k-lens-content aside section {
display:none;
}
/* or for a specific one */
body.k-lens-content aside section:first-child {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment