Created
February 6, 2016 12:23
-
-
Save DigitalEssence/63f4377039baa62d5aa2 to your computer and use it in GitHub Desktop.
WordPress - Enfold - Code - Enable left hand justification on Blog posts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?* 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