Home / Admin / Move Admin Bar to the Bottom
Duplicate Snippet

Embed Snippet on Your Site

Move Admin Bar to the Bottom

Move the admin bar to the bottom of the screen in the frontend.

100+
Code Preview
css
body {margin-top: -28px;padding-bottom: 28px;}
body.admin-bar #wphead {padding-top: 0;}
body.admin-bar #footer {padding-bottom: 28px;}
#wpadminbar { top: auto !important;bottom: 0;}
#wpadminbar .menupop .ab-sub-wrapper { bottom: 32px; }

Comments

Add a Comment