Skip to content

Instantly share code, notes, and snippets.

@9ete
Created October 16, 2014 21:19
Show Gist options
  • Save 9ete/f7280bfa1a6f98f81a44 to your computer and use it in GitHub Desktop.
Save 9ete/f7280bfa1a6f98f81a44 to your computer and use it in GitHub Desktop.
CSS move WordPress admin bar to bottom on front end
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