Skip to content

Instantly share code, notes, and snippets.

@ejntaylor
Created November 5, 2013 13:18
Show Gist options
  • Save ejntaylor/7318872 to your computer and use it in GitHub Desktop.
Save ejntaylor/7318872 to your computer and use it in GitHub Desktop.
/* type */
/* ** navigation */
/* move admin bar to bottom */
body.admin-bar {
margin-top: -28px;
padding-bottom: 28px;
}
#wpadminbar {
top: auto !important;
bottom: 0;
}
#wpadminbar .quicklinks>ul>li {
position:relative;
}
#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
bottom:28px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment