Title: Donation input field
Last modified: June 1, 2017

---

# Donation input field

 *  Resolved [huklbuk](https://wordpress.org/support/users/huklbuk/)
 * (@huklbuk)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/)
 * Is there a way to make the donation input field wider? It was full width (above
   the button prior to the last update. Now it’s locked at like 72px wide, which
   allows it to reposition to the left of the button if the screen is wide enough
   to allow it.

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

 *  Plugin Author [Nicolas Figueira](https://wordpress.org/support/users/nahuelmahe/)
 * (@nahuelmahe)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9188353)
 * Hello [@huklbuk](https://wordpress.org/support/users/huklbuk/),
 * Thank you for using Direct Stripe
 * You can override default styles with your own in the customizer css box, (or 
   your child-theme stylesheet).
 * Just paste this code
 * .direct-stripe #donationvalue {
    width: 100%; display:block; }
 * Best wishes
 *  Thread Starter [huklbuk](https://wordpress.org/support/users/huklbuk/)
 * (@huklbuk)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9188491)
 * Hmmm… didn’t seem to work. I checked the CSS with my browser inspector, and everything
   seems correct. I don’t understand why this wouldn’t work.
 *  Plugin Author [Nicolas Figueira](https://wordpress.org/support/users/nahuelmahe/)
 * (@nahuelmahe)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9188566)
 * Do you have a link where i can see the button?
 *  Thread Starter [huklbuk](https://wordpress.org/support/users/huklbuk/)
 * (@huklbuk)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9189000)
 * sure… [https://netjefe.com/payments](https://netjefe.com/payments)
    -  This reply was modified 8 years, 11 months ago by [huklbuk](https://wordpress.org/support/users/huklbuk/).
 *  Plugin Author [Nicolas Figueira](https://wordpress.org/support/users/nahuelmahe/)
 * (@nahuelmahe)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9189767)
 * Hello [@huklbuk](https://wordpress.org/support/users/huklbuk/), my bad, i forgot
   an argument, try with :
 * .direct-stripe #donationvalue {
    width: 80%; max-width: 100%; margin-bottom: 
   20px; }
 * Best regards.
 *  Thread Starter [huklbuk](https://wordpress.org/support/users/huklbuk/)
 * (@huklbuk)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9191965)
 * Thanks!
 *  [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9237387)
 * Can you make the default not 0 width? You can’t see 1 character in it.
    -  This reply was modified 8 years, 11 months ago by [funsail](https://wordpress.org/support/users/funsail/).

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

The topic ‘Donation input field’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/direct-stripe_7787ff.svg)
 * [Direct Stripe](https://wordpress.org/plugins/direct-stripe/)
 * [Support Threads](https://wordpress.org/support/plugin/direct-stripe/)
 * [Active Topics](https://wordpress.org/support/plugin/direct-stripe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/direct-stripe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/direct-stripe/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [funsail](https://wordpress.org/support/users/funsail/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/donation-input-field/#post-9237387)
 * Status: resolved