I assume you want to align those 3 elements (button, input, quantity label) vertically.
- Put "quantita" inside a <span>,
- Take <input> and the button out of their common <div> container,
- Remove all the float properties,
- Give all 3 elements "vertical-align:middle;" property,
- Give their parent container (the gray background box) a "line-height:64px;"



Find content
Male


