Title: [Plugin: Custom Login] moving login
Last modified: August 20, 2016

---

# [Plugin: Custom Login] moving login

 *  Resolved [Glur4k](https://wordpress.org/support/users/glur4k/)
 * (@glur4k)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-custom-login-moving-login/)
 * hi,
 * i’m trying to move down the whole login-box for some pixels.
    My custom CSS is
   currently:
 *     ```
       #loginform {
       margin-top:500px;
       }
       ```
   
 * but this enlarges the complete page, too.
 * someone can help?
 * [http://wordpress.org/extend/plugins/custom-login/](http://wordpress.org/extend/plugins/custom-login/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Glur4k](https://wordpress.org/support/users/glur4k/)
 * (@glur4k)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-custom-login-moving-login/#post-2521539)
 * got it… works with:
 *     ```
       #login {
        position:relative;
        top:500px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Custom Login] moving login’ is closed to new replies.

 * ![](https://ps.w.org/custom-login/assets/icon.svg?rev=3077180)
 * [Custom Login](https://wordpress.org/plugins/custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-login/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Glur4k](https://wordpress.org/support/users/glur4k/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-custom-login-moving-login/#post-2521539)
 * Status: resolved