Skip to content

Commit

Permalink
Tweak to j2store cart qty layout, widen to 4em
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Mar 4, 2017
1 parent 7df9aff commit bc182c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
</p>
</div>

<input type="number" name="product_qty" data-product_id="<?php echo $product->j2store_product_id; ?>" value="1" class="form-control" style="width:40px" placeholder="Quantity">
<input type="number" name="product_qty" data-product_id="<?php echo $product->j2store_product_id; ?>" value="1" class="form-control" style="width:4em" placeholder="Quantity">
<a class="btn btn-default j2store_add_to_cart_button"
href="<?php echo JRoute::_($action); ?>" data-product_qty="1" data-product_id="<?php echo $product->j2store_product_id; ?>"
rel="nofollow">
Expand Down

0 comments on commit bc182c6

Please sign in to comment.