WordPress admin bar obscured by site header

The dropdowns for our WordPress admin bar are obscured by our site header. There appears to be a “WordPress Toolbar” option in Pro’s preferences, but turning it on doesn’t really do anything.

I would venture to guess this has to do with the #wpadminbar's z-index value of 99999, but surely there has to be a more elegant solution than altering a core WordPress file?

wpadminbar

Hello @agorder,

Thanks for reaching out. You are having this issue because you added a custom CSS for your bar’s z-index which is:

.x-bar {
    z-index: 9999999 !important;
}

Please remove your custom CSS code to resolve your issue. If this is not helping, provide us access to your site so that we can check your bar settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.