• Resolved krtvrr

    (@krtvrr)


    Hi Community,

    we love the LoginPress Plug-in, use it for multiple sites and projects.

    In one case, it is suddenly broken, looks like it lost its design grid. I assume it’s related to a recent WordPress update. Have a screenshot attached.

    A rollback to older plug-in versions didn’t change anything.

    Anyone who could advise? Many thanks.

    – Marcus

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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, 5 hours 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.

    1. 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.
    2. 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! 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.