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 4 years, 2 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!