Title: Price box width
Last modified: December 20, 2017

---

# Price box width

 *  Resolved [rogbiz](https://wordpress.org/support/users/rogbiz/)
 * (@rogbiz)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/price-box-width/)
 * The price box displays with the text “Enter amoun” – I guess it’s not quite wide
   enough.
 * Can you advise if I can make it wider using custom CSS, and if so, what element
   to specify?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fprice-box-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Alexander C.](https://wordpress.org/support/users/alexanderfoxc/)
 * (@alexanderfoxc)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/price-box-width/#post-9800401)
 * Hi [@rogbiz](https://wordpress.org/support/users/rogbiz/).
 * You can add following to your theme’s style.css file (or better use some custom
   CSS plugin for that):
 *     ```
       .asp_product_buy_button input {
           width: 20%;
       }
       ```
   
 * This would set the price input width 20% of page’s width. Or you can specify 
   value in pixels like:
 * `width: 150px;`
 *  Thread Starter [rogbiz](https://wordpress.org/support/users/rogbiz/)
 * (@rogbiz)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/price-box-width/#post-9802700)
 * Thanks, that’s perfect.

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

The topic ‘Price box width’ is closed to new replies.

 * ![](https://ps.w.org/stripe-payments/assets/icon-128x128.png?rev=2705524)
 * [Accept Stripe Payments](https://wordpress.org/plugins/stripe-payments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stripe-payments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stripe-payments/)
 * [Active Topics](https://wordpress.org/support/plugin/stripe-payments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stripe-payments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stripe-payments/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [rogbiz](https://wordpress.org/support/users/rogbiz/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/price-box-width/#post-9802700)
 * Status: resolved