• There seems to be some extra padding pushing the admin toolbar down when you view your site in Safari on iOS. I know the toolbar is called bp wp_footer(), but I’m not sure what I’m looking for to adjust the padding. Any pointers would be awesome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • is the issue causing usability issues or are they just visual issues? does your site support users? will they be logged in and need access to the backend of the site?

    if the admin bar is only used by you (admin) you can turn it off when viewing the site. choose not to show it from your user profile section.

    Thread Starter ThatChris

    (@thatchris)

    I’m the only logged in user for the site.

    I know I can turn it off in my profile settings, but I like having the toolbar when I’m on my desktop. ??

    The usability issue is I can’t see or tap the menu on iOS unless I’m in landscape mode because the header is completely covered by the toolbar in portrait.

    Certainly not saying this is an urgent bug, but I’d love to find a work around.

    i run into the same issue when im developing. i like the admin bar to be available too, so i added a small chunk of code to my footer that puts a tab on the side of my site, when im logged in, that will toggle the admin bar on and off when its clicked. huge help!

    your issue might be as simple as changing the z-index of whatever item you need to be on top.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin Toolbar hides header menu on mobile’ is closed to new replies.