How can I to add a wrapper class to the WordPress admin bar?
I would like to center the contents to the same width as my theme.
How can I to add a wrapper class to the WordPress admin bar?
I would like to center the contents to the same width as my theme.
You must be logged in to post a comment.
There isn’t a filter/wrapper for the admin bar CSS that you can plug into , the function is simply
You can over ride the CSS using
!important
or use jQuery to prepend a class/id to the bar.Something like: