Created
November 19, 2017 21:32
-
-
Save ckschmieder/734bdce77a90b65e87303ca359309e6b to your computer and use it in GitHub Desktop.
CSS if we want to have header stick on scroll.
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
form.search-form { | |
display: none; | |
} | |
.site-branding { | |
position: absolute!important; | |
height: auto!important; | |
width: 120px!important; | |
top: 5px!important; | |
} | |
.site-branding a { | |
display: none; | |
} | |
.site-header { | |
position: fixed; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment