Skip to content

Instantly share code, notes, and snippets.

@paullacey78
Last active December 31, 2017 19:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save paullacey78/72e9894cb54255b164fafe0484004306 to your computer and use it in GitHub Desktop.
Save paullacey78/72e9894cb54255b164fafe0484004306 to your computer and use it in GitHub Desktop.
/* Move the wp-admin bar to the bottom */
#wpadminbar {
bottom: 0;
position: fixed;
top: initial;
}
body.logged-in.admin-bar {
margin-top: -32px;
}
@media(max-width:782px) {
body.logged-in.admin-bar {
margin-top: -46px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment