Skip to content

Instantly share code, notes, and snippets.

@paullacey78
Last active October 4, 2019 15:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save paullacey78/7b16c3e8b6ef92daea1291e0533ebd8c to your computer and use it in GitHub Desktop.
Save paullacey78/7b16c3e8b6ef92daea1291e0533ebd8c to your computer and use it in GitHub Desktop.
@media(min-width:768px) {
#wpadminbar {
opacity: 0;
transition: all 0.5s ease;
}
#wpadminbar:hover {
opacity: 1;
}
body.admin-bar {
margin-top: -32px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment