Skip to content

Instantly share code, notes, and snippets.

@anttiviljami
Created August 24, 2016 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anttiviljami/f5117a5687ae4679e79b15781ba5a9db to your computer and use it in GitHub Desktop.
Save anttiviljami/f5117a5687ae4679e79b15781ba5a9db to your computer and use it in GitHub Desktop.
WordPress Adminbar CSS offset
.customize-support nav { position: relative; top: 32px; }
@media ( max-width: 782px ) {
.customize-support nav { position: relative; top: 46px; }
}
@media ( max-width: 600px ) {
.customize-support nav { position: absolute; top: 46px; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment