Created
April 29, 2015 15:01
-
-
Save chriswallace/c6a3ce6dc95ccf9e8443 to your computer and use it in GitHub Desktop.
Custom CSS to get rid of featured content sidebar in Largo theme.
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
.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