Title: Fields Too Small
Last modified: August 31, 2016

---

# Fields Too Small

 *  Resolved Anonymous User 14746719
 * (@anonymized-14746719)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/fields-too-small/)
 * Hi,
 * I tried installing the plugin for a clients ecommerce site to handle direct payments
   on the site; I’ve set up API etc and transactions are going through.
 * The problem though is that the fields to capture the CCard Number, CCV etc are
   too small. When I type in them, I can’t see the numbers as the numbers are being
   entered somehow with a larger font and don’t fit.
 * Can anyone help?
 * Thanks
 * Mike
 * [https://wordpress.org/plugins/paypalpro-woocommerce-addon/](https://wordpress.org/plugins/paypalpro-woocommerce-addon/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [syednazrulhassan](https://wordpress.org/support/users/nazrulhassanmca/)
 * (@nazrulhassanmca)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/fields-too-small/#post-7347599)
 * The fields are not small but you need a small portion of css to fix it i hope
   you are not using default theme from wordpress so your theme is missing a small
   portion of css
 * add following code to your css
 *     ```
       .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
       border-color: #bbb3b9 #c7c1c6 #c7c1c6;
       height: 40px !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Fields Too Small’ is closed to new replies.

 * ![](https://ps.w.org/paypalpro-woocommerce-addon/assets/icon-256x256.png?rev=
   1154353)
 * [PayPal Website Payments Pro for WooCommerce](https://wordpress.org/plugins/paypalpro-woocommerce-addon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paypalpro-woocommerce-addon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paypalpro-woocommerce-addon/)
 * [Active Topics](https://wordpress.org/support/plugin/paypalpro-woocommerce-addon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paypalpro-woocommerce-addon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paypalpro-woocommerce-addon/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [syednazrulhassan](https://wordpress.org/support/users/nazrulhassanmca/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/fields-too-small/#post-7347599)
 * Status: resolved