- This topic has 1 reply, 2 voices, and was last updated 11 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – quantity in cart box too small, only shows a single digit
Tagged: change size, quantity box
Hi
When I add a 10+ items to the cart the quantity box in the cart is only large enough to display a single digit in chrome, but seems to work fine in IE9
Any suggestions on fixing it?
The page where this happens is [http://thinkthintowin.com/products/shakes/]
Thanks
Gareth
Hi Gareth, Currently the width for the quantity is set to “auto”.
You could always put some CSS code in the wp_eStore_custom_style.css file to make the width larger. For example:
.eStore-button-form input {
width: 50px !important;
}
You can also apply that custom CSS using the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413