i had a look at the code and it seems that there are they control buttons... but uncommented.
I have activated the code, put a background image with +/- and there they are.
However, i would like to show "minus" underneath "plus" and not side by side. (see attached screenshot)
But i have problems with my css code
I've added this to my joomla.css
- Code: Select all
addtocart-area span.quantity-controls {
float: left;
margin: 0 6px 0 0;
padding: 5px 0 0;
width: 15px;
}
span.quantity-controls input.quantity-controls {
border: medium none;
height: 14px;
width: 15px;
padding: 0 6px;
}
span.quantity-controls input.quantity-plus {
background: url("../images/vm/quantity-controls.png") repeat-x scroll 0 0 transparent;
margin-bottom: 2px;
}
span.quantity-controls input.quantity-minus {
background: url("../images/vm/quantity-controls.png") repeat-x scroll 15px 0 transparent;
}