Skip to content

Instantly share code, notes, and snippets.

@ckschmieder
Created November 19, 2017 21:32
Show Gist options
  • Save ckschmieder/734bdce77a90b65e87303ca359309e6b to your computer and use it in GitHub Desktop.
Save ckschmieder/734bdce77a90b65e87303ca359309e6b to your computer and use it in GitHub Desktop.
CSS if we want to have header stick on scroll.
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