Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #909695

    The WP-Login (left top) is hidden if screen is < 765 px.
    There is no chance to login at smartphone.

    #909705

    Hey AndreasSeydell,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #wpadminbar li#wp-admin-bar-wp-logo, 
      #wpadminbar li#wp-admin-bar-bp-login {
        display: block !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 6 years, 9 months ago by Nikko.
    #909732

    It woks – please close this thread.

    thx

    #909738

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Login @ Homepage’ is closed to new replies.