Square Payment

HostOncilla

New Member
Hi

I'm trying to use squre payments but i'm having a problem, It will only let me enter the card number. The expire date, CCV number and postal are there but it will not let me eneter anything on the input fielded, its like its diabled.

Can any one help.
 
I've worked it out, having float: left on the .third class breaks the form and makes it impossible to enter anything in the input fields. See code below:

.third {
float: left;
width: calc((100% - 33px) / 3);
padding: 0;
margin: 0 16px 16px 0;
}
 
Back
Top