So hi nochmal.
ich würde gerne das aussehen der adminbar anpassen.
dazu hab ich im theme ordner die style.css verändert.
sieht zurzeit so aus:
HTML
body#bp-default #wp-admin-bar .padder {
max-width:100% !important;
min-width:100% !important;
}
#wp-admin-bar {
font-size:11px;
height:25px;
left:20%;
position:absolute;
top:0px;
width:900px;
z-index:1000;
text-align:right;
}
#wp-admin-bar .padder {
width: 90% !important; /* Line up the admin bar with the content body in this theme */
}
Alles anzeigen
an der länge und abstand kann ich rumschrauben, aber dinge wie: schriftgröße, text ausrichtung und höhe kann ich nich bearbeiten.
jemand eine Idee?
edit:
kann man eigentlich die Funktionen der Admin bar auch ins normale Menü einbinden?