Skip to content

Instantly share code, notes, and snippets.

@ejke
Created April 12, 2017 15:30
Show Gist options
  • Save ejke/db0fab7abae093be72d2e2c1f706f33a to your computer and use it in GitHub Desktop.
Save ejke/db0fab7abae093be72d2e2c1f706f33a to your computer and use it in GitHub Desktop.
WP admin bar + sticky header query
@media screen and ( min-width: 783px ) {
.admin-bar .site-header {
top: 32px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment