Title: Form Textboxes Size.
Last modified: August 20, 2016

---

# Form Textboxes Size.

 *  [Theblur](https://wordpress.org/support/users/theblur/)
 * (@theblur)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/form-textboxes-size/)
 * Hi guys,
 * I’m using this plugin but I’ve got a problem.
 * If you check at my website here : [http://www.kevin-adventures.fr](http://www.kevin-adventures.fr)
   you’ll that the textboxes are too long.
 * Can you help me reduce their width please ?
 * Thank you for your time guys.
 * [http://wordpress.org/extend/plugins/sidebar-login/](http://wordpress.org/extend/plugins/sidebar-login/)

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

 *  [B.](https://wordpress.org/support/users/bandonrandon/)
 * (@bandonrandon)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/form-textboxes-size/#post-3308208)
 * CSS is your friend here.
 * You’re theme has the input style of:
 *     ```
       input.input {
           width: 300px;
       }
       ```
   
 * you just need to add this to your Child Theme’s style.css (or your current themes
   but keep in mind this will be overwritten on theme updates)
 *     ```
       #user_login,#user_pass {
           width: 250px;
       }
       ```
   
 *  Thread Starter [Theblur](https://wordpress.org/support/users/theblur/)
 * (@theblur)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/form-textboxes-size/#post-3308209)
 * I Thank you, you save the day here 😉 !

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

The topic ‘Form Textboxes Size.’ is closed to new replies.

 * ![](https://ps.w.org/sidebar-login/assets/icon.svg?rev=2396264)
 * [Sidebar Login](https://wordpress.org/plugins/sidebar-login/)
 * [Support Threads](https://wordpress.org/support/plugin/sidebar-login/)
 * [Active Topics](https://wordpress.org/support/plugin/sidebar-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sidebar-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sidebar-login/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Theblur](https://wordpress.org/support/users/theblur/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/form-textboxes-size/#post-3308209)
 * Status: not resolved