Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make sure the admin bar is allways on top.


Boone Gorges
Keymaster

@boonebgorges

Sounds like a z-index problem. These things can be very tricky to solve even when you have the code in front of you, much less when you’re flying blind like I am :), but here are some things to look at:
– Look in the stylesheet of your theme to see if the header has a z-index set. If so, try lowering it.
– Make sure that everything you’re trying to layer (both the header and the admin bar) are explicitly positioned in the stylesheet.

Skip to toolbar