Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Make admin bar take its own space and stay static


r-a-y
Keymaster

@r-a-y

Try this snippet in your theme’s stylesheet:
#wp-admin-bar {position:absolute !important;}

If you’re customizing the default BP theme, you’ll want to build a child theme so your changes will stay intact when you upgrade BP:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

Skip to toolbar