Copy link to clipboard
Copied
Any idea how to change the size of the QTY box? It really messes up the shopping cart alignment.
Copy link to clipboard
Copied
Brad this is just CSS, target them with CSS. Very straight forward, bit confused , am I missing something your asking?
Copy link to clipboard
Copied
The cart product lines are actually in a table so they should line up but they don't. Also I don't need such a huge quantity box as it will likely never be over 2 digits.
The site can be tested at http://osoyooscoyotes.auroratec.ca
Thanks Liam
Copy link to clipboard
Copied
Not sure if you notice Brad but while the overal aspect of the cart is in a table, BC renders the items in cell divs inside and not as table rows etc.
But its just a simple matter of inheritance on the input fields, just have the parent td have a class and then .this input { width:30px; } etc.