• Resolved arskrigitsioniets

    (@arskrigitsioniets)


    I have no 100% width in the Loginpress settings. I tried to deactivate all plugins and reset Loginpress settings, it doesn’t help and input areas look strange.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hey, @arskrigitsioniets

    It looks like some CSS confliction with another plugin.
    Please add the following CSS snippet into LoginPress > Custom CSS/JS > Custom CSS section. Your input field issue will be resolved. Helping doc

    .login label {
        display: block;
    }

    Thank you.

    Thread Starter arskrigitsioniets

    (@arskrigitsioniets)

    Thanks, it works, And I found the cause of the problem, it’s a conflict with All in One WP Security hide login function. How to reproduce:

    1. Install LoginPress and AIO Wp Security
    2. Go to WP-security>Bruteforce defense and set any custom login page URL.
    3. Look at the login page with LoginPress custom theme, areas will be corrupted.

    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Yes, it’s the issue and thank you for letting us know about this. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Input areas have no 100% width’ is closed to new replies.