Title: TEMPORARY FIX
Last modified: August 31, 2016

---

# TEMPORARY FIX

 *  [1999999](https://wordpress.org/support/users/1999999-1/)
 * (@1999999-1)
 * [10 years ago](https://wordpress.org/support/topic/temporary-fix/)
 * Temporary fix:
 * Go to “Login screen” page, General Tab and put this code in “Custom CSS”:
 *     ```
       /* TEMPORARY FIX */
   
       #login {
       padding: 42px 40px;
       }
   
       .login form {
       margin-top: 0;
       padding: 0;
       box-shadow: none;
       background: none;
       }
   
       .login #nav {
       margin: 0;
       }
   
       .login #backtoblog, .login #nav {
       padding: 10px 0 0;
       }
   
       .login form .input, .login input[type="text"] {
       background: #f2f2f2 no-repeat center right;
       }
   
       .login form .input, .login input[type=text] {
       padding: 9px 42px 9px 20px;
       }
   
       .login label {
       font-size: 0;
       }
   
       .login form .input, .login input[type="text"] {
       margin-bottom: 0;
       }
   
       #login form p.submit {
       padding-top: 20px;
       }
       ```
   
 * I did this code looking at another site that had not yet updated to the latest
   version of wordpress.
 * [https://wordpress.org/plugins/yith-custom-login/](https://wordpress.org/plugins/yith-custom-login/)

The topic ‘TEMPORARY FIX’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [1999999](https://wordpress.org/support/users/1999999-1/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/temporary-fix/)
 * Status: not resolved