```css /* Adjust the width of the quantity input field */ input[type="number"].quantity-input { width: 200px; /* Change this value to your desired width */ } ```
top of page
bottom of page