Skip to:
Content
Pages
Categories
Search
Top
Bottom

changing admin bar


  • DennisDriscoll
    Participant

    @dennisdriscoll

    So I am attempting to change the size of the admin bar to 960px. Ok did that, now I want to center it…this is where the problem begins. I have gotten this to work on only one theme, but I need it to work on many. below is the css code I used, but it doesnt seem to work on other themes.

    #wp-admin-bar {

    position: absolute !important;

    top: 0 !important;

    width: 960px !important;

    margin: 0 auto;

    z-index: 1001 !important;

    height: 28px !important;

    color: #fff !important;

    text-align: left !important;

    background: url(http://www.###########.com/wp-content/plugins/buddypress/bp-core/images/admin_bar_back.gif) #818181 repeat-x !important;

    font: 12px normal “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, Verdana, Arial, sans-serif !important;

    font-weight: normal !important;

    }

    not sure what to do here, anyone else try this?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘changing admin bar’ is closed to new replies.
Skip to toolbar