Title: form fields width
Last modified: July 17, 2022

---

# form fields width

 *  Resolved [basscan](https://wordpress.org/support/users/basscan/)
 * (@basscan)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/form-fields-width/)
 * Hello, the form input fields have a fixed width making them to wide on mobile.
   Is it possible to put a max-width 100% on them?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fform-fields-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/form-fields-width/#post-15853534)
 * Hi [@basscan](https://wordpress.org/support/users/basscan/),
 * I’ll take a look at including a maximum width for inputs in the next version 
   of the theme. For now, you can add the following custom CSS:
 *     ```
       input, select, textarea {
           box-sizing: border-box;
           max-width: 100%;
       }
       ```
   
 * — Anders
 *  Thread Starter [basscan](https://wordpress.org/support/users/basscan/)
 * (@basscan)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/form-fields-width/#post-15869318)
 * thank you

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

The topic ‘form fields width’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [basscan](https://wordpress.org/support/users/basscan/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/form-fields-width/#post-15869318)
 * Status: resolved