Skip to content

Instantly share code, notes, and snippets.

@ceolson01
Created March 27, 2016 02:36
Show Gist options
  • Save ceolson01/062dddaed6e22b0880e0 to your computer and use it in GitHub Desktop.
Save ceolson01/062dddaed6e22b0880e0 to your computer and use it in GitHub Desktop.
WordPress Toolbar with Sticky Header fix
.admin-bar .navbar-fixed-top {
top: 46px;
}
@media screen and (min-width: 783px) {
.admin-bar .navbar-fixed-top {
top: 32px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment