Hi all
Im trying to space my add to cart button so that the quantity number and the add to cart button are side by side.
I have removed the breaks but they seem to be offset by a fraction.
I can solve this with
#cartAdd input {
float: right;
}
but that swaps the button and quantity box around :S
Any ideas?
Cheers
Davx



