How to Make Admin Bar Responsive
-
When checking my test site from an Android device (I don’t have a iOS device to confirm this) the admin bar is just black. There is a gravatar on the right, but it’s not clickable. I’ve tried deactivating plugins (only have about 5 installed currently) and also tried switching to a default theme, but still the admin bar will not properly show in my site. I made sure to add @media tags to custom css. For example:
`@media only screen and (max-width: 767px) {
#wpadminbar {
min-width: 0px;
display: block !important;
}
}`
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to Make Admin Bar Responsive’ is closed to new replies.