• It’s a good plugin but I want to have the option to move the login form anywhere on the screen. The custom CSS doesn’t work too. I’m not sure if the plugin support it or is it an option for Premium users only. Nevertheless, thank you for making this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hey Julivgar,

    Thank you for appreciating the plugin.

    LoginPress CSS does work however the targeting has to be accurate. Here I am giving you to move the form in the center of the screen.

    Copy and paste the following into the?LoginPress -> Customizer -> Custom CSS/JS -> CSS. (You can change it as per your taste)

    body.login {
       display: block !important;
    }
    #login {
       position: absolute !important;
       -webkit-box-shadow: none !important;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       margin-top: 0 !important;
    }

    Do let us know if you need any assistance.

    Have a nice day!

    Thread Starter julivgar

    (@julivgar)

    Awesome! thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I like it but …’ is closed to new replies.