Skip to:
Content
Pages
Categories
Search
Top
Bottom

missing wordpress admin bar mobile view


  • slanglois
    Participant

    @slanglois

    WordPress 4.8.1
    BuddyPress Version 2.9.1

    Home

    I’m using generate press (new install). The admin bar (with login and register tabs) disappears on my iphone. The admin bar is black with white letters. On my phone it is just black. When I turn my phone to the long view I get the WP logo but nothing else on the admin bar. Help? Thank you!

    Home

Viewing 1 replies (of 1 total)

  • joost-abrahams
    Participant

    @joost-abrahams

    Put this css inside your customizer or child theme.

    /* wp-admin bar */
    @media screen and (max-width: 782px) {
    	#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
    		padding: 0 8px;
    	}
    }
    
    @media screen and (max-width: 782px) {
    	#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register {
    		display: block;
    	}
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar