Title: CSS Form Input Styling Issue
Last modified: August 21, 2016

---

# CSS Form Input Styling Issue

 *  Resolved [floatingpointmatt](https://wordpress.org/support/users/floatingpointmatt/)
 * (@floatingpointmatt)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-form-input-styling-issue/)
 * The easy-wp-smtp/css/style.css includes the following CSS:
 * input[type=’text’],
    input[type=’password’], textarea{ width: 250px; }
 * This is getting injected when logged in and editing (particularly when editing
   menu items).
 * This CSS should either be made more specific (to the contents of an Easy WP SMTP
   container — i.e. #swpsmtp_settings_form) or should only be included when viewing
   the Easy WP SMTP settings.
 * [https://wordpress.org/plugins/easy-wp-smtp/](https://wordpress.org/plugins/easy-wp-smtp/)

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

 *  [agustinprosperi](https://wordpress.org/support/users/agustnprosperi/)
 * (@agustnprosperi)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/css-form-input-styling-issue/#post-5100542)
 * I identified this issue about 2 months ago, i fixed at that time and believed
   that in a new update they’ll fix it up, but nothing… and its nothing complicated
   to fix but its some annoying enter to admin panel after an update and see inputs
   fields, at least in pagination, breaking the view… This is my css:
 *     ```
       .swpsmtp-mail input[type='text'],
       .swpsmtp-mail input[type='password'],
       .swpsmtp-mail textarea{
       	width: 250px;
       }
       ```
   
 *  [wpecommerce](https://wordpress.org/support/users/wpecommerce/)
 * (@wpecommerce)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/css-form-input-styling-issue/#post-5100546)
 * Hi, I just released an update to fix this issue.

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

The topic ‘CSS Form Input Styling Issue’ is closed to new replies.

 * ![](https://ps.w.org/easy-wp-smtp/assets/icon.svg?rev=3158017)
 * [Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more](https://wordpress.org/plugins/easy-wp-smtp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-wp-smtp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-wp-smtp/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-wp-smtp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-wp-smtp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-wp-smtp/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [input](https://wordpress.org/support/topic-tag/input/)
 * [textarea](https://wordpress.org/support/topic-tag/textarea/)

 * 2 replies
 * 3 participants
 * Last reply from: [wpecommerce](https://wordpress.org/support/users/wpecommerce/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/css-form-input-styling-issue/#post-5100546)
 * Status: resolved