Title: Make fields wider
Last modified: July 17, 2021

---

# Make fields wider

 *  Resolved [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/)
 * Hello,
    may I ask you for (probably a CSS snippet) that would make these Measurements
   fields wider? Thanks!
    -  This topic was modified 4 years, 10 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Moved to Fixing WordPress, this is not an Everything else WordPress
      topic
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmake-fields-wider%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671381)
 *     ```
       #price_calculator input {
           width: 6em;
       }
       ```
   
 * **To add or override CSS:** use the “Additional CSS” option in the customizer._
   [https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   or [Firefox Developer Tools](https://developer.mozilla.org/en-US/docs/Tools) 
   to help you see and test changes to your CSS.
 *  Thread Starter [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671384)
 * Hello,
    it worked. Brilliant, thank you! Would it please also be possible to 
   completely remove the line with Total Area? Thank you…
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671392)
 *     ```
       tr.price-table-row.total-amount {
           display: none;
       }
       ```
   
 *  Thread Starter [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671393)
 * Great, thanks!
 *  Thread Starter [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671433)
 * Oh, sorry, but the width snippet (unlike the Total Area hiding one) doesn’t work
   in the frontend for some reason. Would you mind helping me further please? Thanks!
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671442)
 * I see it as wider. Clear your cache.
 *  Thread Starter [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671446)
 * I’d done so before, I’ve done so again now. Nothing changed, unfortunately still
   narrow… 🙁
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671471)
 * Hmmm… I don’t see that you actually added the CSS to change the width.
 *  Thread Starter [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671492)
 * Hello,
    I did. It’s wide in the Customizer but not in the frontend. [https://snipboard.io/XEYoaH.jpg](https://snipboard.io/XEYoaH.jpg)
   Thanks!
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671500)
 * What’s in the custom CSS box?
 * What caching plugin(s) are you using?
 * (No rush… I’m going to be away from the computer for the next many hours).
 *  Thread Starter [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14671502)
 *     ```
       #billing_country_field {
         display: none;
       }
       #price_calculator input {
       width: 5em;
       }
   
       tr.price-table-row.total-amount {
       display: none;
       }
       ```
   
 * Themify Cache (from theme authors)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14672007)
 * That does not appear on your site. It may be a theme thing, so disable your caching
   plugins.
 *  Thread Starter [danaceks](https://wordpress.org/support/users/danaceks/)
 * (@danaceks)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14672657)
 * Hello,
    I’m not sure why, but it suddenly works (I didn’t change anything) Thank
   you so much for you help! 🙂

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

The topic ‘Make fields wider’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 13 replies
 * 2 participants
 * Last reply from: [danaceks](https://wordpress.org/support/users/danaceks/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/make-fields-wider/#post-14672657)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
