Cart quantity doesn't display fully
-
Hi,
I’m using the latest version of Jigoshop with Simply Jigoshop theme and the box with the product order quantity on the product and cart pages doesn’t display enough to show the numbers.
If I use Firebug the box css shows as below and if I change the width to 25px the box shows the numbers but I can’t find where to change the css in the theme files.
.quantity input.input-text {
border: 1px solid #bbbbbb;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
float: left;
padding: 7px 9px;
width: 18px;
}Any advice on where or how to change the css or get the quantity box to display correctly appreciated.
The topic ‘Cart quantity doesn't display fully’ is closed to new replies.