Sorry for posting to a 1 year old thread, but I was directed here to add the quantity to product listing pages. This css edit did what it was supposed to do also, but I'm looking for a little bit different edit. How would I center the quantity box, + -, and Add to Cart button directly inline with the image, title, price, etc. Thanks, Eric.
nicolas wrote: To put more spacing, you can try to add some CSS code in the front end CSS file that you can edit via the Display tab of the configuration:
.hikashop_product_stock table td{ padding-right: 10px; }