Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DigitalEssence/63f4377039baa62d5aa2 to your computer and use it in GitHub Desktop.
Save DigitalEssence/63f4377039baa62d5aa2 to your computer and use it in GitHub Desktop.
WordPress - Enfold - Code - Enable left hand justification on Blog posts
?* This code enables you to replicate the Blog page layout on the demo without having to display a sidebar. The sidebar should still be present though. This code just hides it.
<style type = "text/css">
aside { display: none !important; }
main { width: 100% !important; border-right: 0px !important; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment