Title: problem with WordPress 5.9
Last modified: January 26, 2022

---

# problem with WordPress 5.9

 *  Resolved [Menace II Society](https://wordpress.org/support/users/menace2society/)
 * (@menace2society)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/)
 * 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 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/problem-with-wordpress-5-9/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-wordpress-5-9/page/2/?output_format=md)

 *  [HG-DREI](https://wordpress.org/support/users/dreilaut/)
 * (@dreilaut)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15291512)
 * +1
 *  [spennysimmo](https://wordpress.org/support/users/spennysimmo/)
 * (@spennysimmo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15291585)
 * Exactly the same issue. Shifted completely to the left since 5.9
 * The following Custom CSS is a fix for me until an update is released.
 * .ml-container #login {
    position: absolute; }
    -  This reply was modified 4 years, 2 months ago by [spennysimmo](https://wordpress.org/support/users/spennysimmo/).
    -  This reply was modified 4 years, 2 months ago by [spennysimmo](https://wordpress.org/support/users/spennysimmo/).
    -  This reply was modified 4 years, 2 months ago by [spennysimmo](https://wordpress.org/support/users/spennysimmo/).
 *  [cleanpagedesign](https://wordpress.org/support/users/cleanpagedesign/)
 * (@cleanpagedesign)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15292164)
 * Same here, login box set far left. I also have a language selector dropdown to
   the right of the login fields.
 * [https://ibb.co/q12Nqbr](https://ibb.co/q12Nqbr)
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15292938)
 * Hi there!
 * We apologize for the trouble!
    Is it possible to send me the site’s URL so I 
   can take a look? I also opened a ticket here: [https://github.com/ColorlibHQ/colorlib-login-customizer/issues/148](https://github.com/ColorlibHQ/colorlib-login-customizer/issues/148)
   Our dev team will investigate and address in our next update.
 * Warmly,
    Mihaela
 *  [spennysimmo](https://wordpress.org/support/users/spennysimmo/)
 * (@spennysimmo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15293071)
 * Hi Mihaela,
 * As mentioned above the following CSS seems to solve the issue.
 * .ml-container #login {
    position: absolute; }
 *  Thread Starter [Menace II Society](https://wordpress.org/support/users/menace2society/)
 * (@menace2society)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15293492)
 * Hi,
 * For my part, I can’t provide URLs, these are my clients’ sites. But the problem
   is present on all sites 😉 This is not an isolated case, there have been changes
   in version 5.9 of WordPress, including the login page, you must update your plugin
   accordingly.
 * Best regards.
 *  [cleanpagedesign](https://wordpress.org/support/users/cleanpagedesign/)
 * (@cleanpagedesign)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15293530)
 * Hi [@mplusb](https://wordpress.org/support/users/mplusb/)
 * You can look at my portfolio site login – it’s happening there: [https://www.cleanpagedesign.co.uk/](https://www.cleanpagedesign.co.uk/)
 * Thanks
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15297863)
 * Thank you, [@spennysimmo](https://wordpress.org/support/users/spennysimmo/) for
   providing the CSS code! It really helped!🌸
 * [@cleanpagedesign](https://wordpress.org/support/users/cleanpagedesign/), please
   add this code in Appearance > Customize > Additional CSS:
 *     ```
        .ml-container #login {
       position: absolute;
       }
       ```
   
 * This will move the container back to its place until we release an update addressing
   this issue.
    Thank you for sending the link!
 * Warmly,
    Mihaela
 *  [cleanpagedesign](https://wordpress.org/support/users/cleanpagedesign/)
 * (@cleanpagedesign)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15298115)
 * Thanks [@mplusb](https://wordpress.org/support/users/mplusb/)
 * I’ll try that and look forward to the update.
 *  [mikepalmer](https://wordpress.org/support/users/mikepalmer/)
 * (@mikepalmer)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15298329)
 * I have a problem following the update to WordPress 5.9. The login screen now 
   includes a language option, which I do not want. It was not there before the 
   update.
 * Please see [https://jacobandvictoria.co.uk/](https://jacobandvictoria.co.uk/)
 *  [spennysimmo](https://wordpress.org/support/users/spennysimmo/)
 * (@spennysimmo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15298360)
 * Hello [@mikepalmer](https://wordpress.org/support/users/mikepalmer/)
 * I’m happy to help with that as well as I also needed to fix that until an update
   is released.
 * Just also add the following CCS code in Appearance > Customize > Additional CSS:
 * .language-switcher {
    display: none; }
    -  This reply was modified 4 years, 2 months ago by [spennysimmo](https://wordpress.org/support/users/spennysimmo/).
 *  [mikepalmer](https://wordpress.org/support/users/mikepalmer/)
 * (@mikepalmer)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15299680)
 * Hi [@spennysimmo](https://wordpress.org/support/users/spennysimmo/), That worked,
   thank you.
 *  [newcastlecreativeco](https://wordpress.org/support/users/newcastlecreativeco/)
 * (@newcastlecreativeco)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15300491)
 * +1: Looking forward to an update on this one too.
 *  [toniosbh](https://wordpress.org/support/users/toniosbh/)
 * (@toniosbh)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15301474)
 * Hello,
 * The following code don’t work on my case :
 *  .ml-container #login {
    position: absolute; }
 * I added it on Add CSS empty the site cache but stay on the left..
 *  [Fred17](https://wordpress.org/support/users/f14m07/)
 * (@f14m07)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/#post-15301751)
 * Hi,
    Same problem on vogue-et-reve.fr. This custom css : .ml-container #login{
   position: absolute; } solves it. Thanks for the next update please. Your plugin
   is curently noted “not tested” with WP 5.9

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/problem-with-wordpress-5-9/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-wordpress-5-9/page/2/?output_format=md)

The topic ‘problem with WordPress 5.9’ is closed to new replies.

 * ![](https://ps.w.org/colorlib-login-customizer/assets/icon-256x256.jpg?rev=1862920)
 * [Custom Login Page Customizer](https://wordpress.org/plugins/colorlib-login-customizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/colorlib-login-customizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/colorlib-login-customizer/)
 * [Active Topics](https://wordpress.org/support/plugin/colorlib-login-customizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/colorlib-login-customizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/colorlib-login-customizer/reviews/)

 * 19 replies
 * 11 participants
 * Last reply from: [Miha](https://wordpress.org/support/users/mplusb/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/problem-with-wordpress-5-9/page/2/#post-15341590)
 * Status: resolved