• This morning I decided to forge ahead with an update to our BuddyPress install, forgetting that they deprecated the BuddyPress Bar in favor of sticking with the first party WordPress Admin bar. Now I can get our Admin bar to float at the top in the center as our old one did.

    Here’s the code I’m using: Pastebin: here And here’s the results i’m getting here. I can’t help but think it’s something really basic i’m missing but I just can’t seem to figure out what it is.

Viewing 1 replies (of 1 total)
  • Hi harlemS, you can edit the CSS for the wp-adminbar but make sure it’s the last CSS called in your stylesheet.

    For instance you can do this:

    #wpadminbar {
    width: 90%;
    min-width: 600px;
    }

    The above is the same width as the default theme for BuddyPress.

Viewing 1 replies (of 1 total)
  • The topic ‘Centering the WP Admin Bar’ is closed to new replies.