Plugin Support
ruqyya
(@ruqaiyya)
Hello, @krtvrr!
Thank you for using LoginPress. We’re glad to hear it’s been working well on your sites.
Just wanted to let you know that, this isn’t a WordPress or LoginPress update issue. The following CSS is causing the overflow problem:
margin-left: -200px;
margin-right: -200px;
margin-top: -290px;
https://d.pr/i/WZDKaw
Kindly remove these CSS properties and the issue should be resolved.
Hope this helps, Happy Customizing!
-
This reply was modified 5 days ago by
ruqyya.
Thread Starter
krtvrr
(@krtvrr)
Thank you, @ruqaiyya – good hint, found it in debug mode.
I have two questions:
- How does it suddenly appear – since 2015 never before?
- It’s no custom CSS nor in the theme/login CSS files. How could I identify the correct one?
Many thanks, my apology for efforts.
– Marcus
Plugin Support
ruqyya
(@ruqaiyya)
Hi @krtvrr!
Great that you found the issue in debug mode.
- It likely appeared now because there was some old custom hook or custom code affecting the login layout, and after we optimized part of the code, that existing customization started to show.
- Since it’s not in your theme or visible custom CSS, it’s probably coming from a hook, custom plugin, or snippet that injects styles.
As a fix, you can add this CSS via LoginPress → Customizer → Custom CSS/JS → Custom CSS:
body.login #login h1 a {margin: 0 auto; }
This centers the logo/site title link and prevents overflow.
Let me know if you need anymore help with it, Always happy to help!
Thread Starter
krtvrr
(@krtvrr)
That is really sincere, @ruqaiyya.
We added the code, works. Thank you so much.
– Marcus
Plugin Support
ruqyya
(@ruqaiyya)
That’s Great @krtvrr (Marcus), always welcome if you need any more help in future.
Happy Customizing!
Thread Starter
krtvrr
(@krtvrr)
Oh, it’s actually a vintage project from 2015, @ruqaiyya.
As always, after bridged with your snippet, I have found the root bug now. Many thanks for pointing me to not giving up. It was indeed another plug-in, accidentally adding a second, overlaying wp-login CSS. Have deactivated it.
Talk maybe in 10 years again. )
– Marcus
Plugin Support
ruqyya
(@ruqaiyya)
Hi Marcus @krtvrr,
That’s a great catch, glad you tracked down the actual root cause! Thanks for looping back and letting us know what fixed it for good, this will definitely help others who run into a similar mystery down the road.
Enjoy your project! 🙂