Title: Change widget width
Last modified: September 1, 2016

---

# Change widget width

 *  Resolved [sedelstein](https://wordpress.org/support/users/sedelstein/)
 * (@sedelstein)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-widget-width-1/)
 * How can I change the width of the Name and Email boxes for the subscribe widget?
 * I tried doing that in the widget’s css file but it had no affect (email-subscribers/
   widget/es-widget.css).
 * Thanks.
 * [https://wordpress.org/plugins/email-subscribers/](https://wordpress.org/plugins/email-subscribers/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [storeapps](https://wordpress.org/support/users/storeapps/)
 * (@storeapps)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-widget-width-1/#post-7663191)
 * [@sedelstein](https://wordpress.org/support/users/sedelstein/),
 * Apply following CSS in your theme’s custom CSS file :
 *     ```
       .es_textbox_class {
          width: 60%;
       }
       ```
   
 * (width that you want to reduce it too).

Viewing 1 replies (of 1 total)

The topic ‘Change widget width’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 1 reply
 * 2 participants
 * Last reply from: [storeapps](https://wordpress.org/support/users/storeapps/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/change-widget-width-1/#post-7663191)
 * Status: resolved