The WP-Login (left top) is hidden if screen is < 765 px.
There is no chance to login at smartphone.
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
It woks – please close this thread.
thx
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko