Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Move Admin Bar to the bottom of the screen

@jon, try this in your child theme’s css:

#wp-admin-bar {
top:inherit;
bottom:0;
}

you still have to change the drop down menu to rise up though. But it is a start….
Cheers
Meini

Skip to toolbar