• Resolved Menace II Society

    (@menace2society)


    Hello,

    Since the update to WordPress 5.9, the login form and logo are completely shifted to the left of the screen, impossible to center them in the middle of the login page.

    An update of the plugin soon to correct this problem with WordPress 5.9?

    Best regards.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Anonymous User 18296540

    (@anonymized-18296540)

     .ml-container #login {
    position: absolute;
    }

    @mplusb This won’t work for most sites. The problem is the Language Switcher on the login page which appeared on all sites in WP 5.9. Rather, you have to add an option to disable it.

    • This reply was modified 2 years, 10 months ago by Anonymous User 18296540.

    same here everythings float left.

    the css trick above do the stuff but i had to add !important for the changes occured.

    .ml-container #login {
    position: absolute !important;
    }

    @erollflint thank you for the update, work well now!

    I add the code not on wordpress additional css but inside the additional css of Colorlib plugin on Customize part (what you need to know)

    Hi all!

    We just released an update addressing this issue.
    Please update and it will solve it.
    Thank you for your patience!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘problem with WordPress 5.9’ is closed to new replies.