Created
December 18, 2016 17:10
-
-
Save jpen365/6493cb9d7e3853373a49c6e0e2f668f9 to your computer and use it in GitHub Desktop.
Full height featured image CSS
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
/* Force sticky navigation into position */ | |
#page-header { | |
margin-bottom: 0 !important; | |
} | |
/* Force header image to full height */ | |
#custom-header-media { | |
height: 100vh; | |
max-height: 100%; | |
overflow: hidden; | |
position: relative; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment