VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: kmeyer on September 25, 2014, 14:46:39 PM

Title: Add-to-cart quantity input box is too small
Post by: kmeyer on September 25, 2014, 14:46:39 PM
Joomla 3.3.3 and VM 2.9.9b, see http://testvm.kurtmeyer.com/products/ornaments-and-magnets/friendship-stars.html, the add-to-cart quantity input box is too narrow, but that's not apparent until you increase the number from 1. A double-digit number such as "10" is almost completely hidden.
Title: Re: Add-to-cart quantity input box is too small
Post by: jenkinhill on September 25, 2014, 15:06:24 PM
Is fine for me with VM2.9.9c with Protostar template on J3.3.4

[attachment cleanup by admin]
Title: Re: Add-to-cart quantity input box is too small
Post by: GJC Web Design on September 25, 2014, 22:35:55 PM
the padding in vm-ltr-site could do with an !important

the template.css is overwriting it - after 9 the number is pushed behind the outline

input.quantity-input {
    font-weight: 700;
    height: 2.2em !important;
    margin-bottom: 0 !important;
    padding: 0.1em !important;
    text-align: center;
    width: 2.2em !important;
}