Title: Input fields
Last modified: August 31, 2016

---

# Input fields

 *  Resolved [Indent](https://wordpress.org/support/users/indent/)
 * (@indent)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/input-fields-1/)
 * The input[type=”text”] fields in the comment form stretches beyond the viewport
   @320px.
 * One solution might be adding a media query in the CSS file:
 *     ```
       @media screen and (max-width: 22em) {
       	input[type="text"],
       	input[type="email"],
       	input[type="url"],
       	input[type="password"],
       	input[type="search"] {
       		max-width: 17.5em;
       	}
       }
       ```
   

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

 *  [tech55541](https://wordpress.org/support/users/tech55541/)
 * (@tech55541)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/input-fields-1/#post-7254572)
 * Hello,
    Do you need help here? If so, please explain in more detail and post 
   your site link here.
 * Thanks.
 *  Thread Starter [Indent](https://wordpress.org/support/users/indent/)
 * (@indent)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/input-fields-1/#post-7254722)
 * Hi, thanks for answering. I didn’t see it before now.
 * What I mean is that viewing a post, the comment form text fields seem to be at
   a fixed width, thus stretching beyond the viewport to the right. This is only
   for @320px wide viewport. i.e. you don’t see the entire textfield.
 * I’ve been testing in Chrome dev tools locally, so I’m not sure if this is actually
   happening live on the web.

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

The topic ‘Input fields’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/popper/1.0.2/screenshot.png)
 * Popper
 * [Support Threads](https://wordpress.org/support/theme/popper/)
 * [Active Topics](https://wordpress.org/support/theme/popper/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/popper/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/popper/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Indent](https://wordpress.org/support/users/indent/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/input-fields-1/#post-7254722)
 * Status: resolved