changing admin bar
-
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?
You must be logged in to reply to this topic.