Archived topic
WooCommerce Product Amount too big for box
3 replies · Started by Cornelius on July 26, 2017
Hey guys,
Quick question:
I have a WooCommerce store setup (here: http://getmegoing.co.za/shop/), however when one clicks through to the individual products and the amount one wants to add to the cart goes above 9 (i.e. double digits), the amount is too large to see in the box - thoughts?
Thanks!
Cornelius
UPDATE:
Ok, I posted above after trying various selectors for the qty styling, but to no avail.
However, since posting and doing more searching, I have found that the following will give it some breathing space:
.woocommerce .quantity input.qty {
padding: 5px 5px 5px 5px;
}
Could this be something to look at in GP default WC state / setup?
Thanks for your time & great product ;-)
Cornelius
Thanks! I've made this adjustment to the next version:
.woocommerce .quantity .qty {
padding: 9px 15px;
width: auto;
max-width: 80px;
}
Many thanks ;-)