For VFB forms with Authorize.net enabled, Auth.net breaks mobile responsiveness
Alex Coleman
Due to the width of the credit card fields, the Authorize.net gateway breaks the mobile layout of VFB forms, causing the form to be too wide.
There's a CSS fix for this - you might have to tweak it for your specific form:
.givewp-fields-gateways__gateway--authorize .givewp-fields-gateways__gateway__fields label{
display: block!important;
}
Yitzchok Wagner
Seems like the issue I have is another.
The credit card field is too wide and coming up fully on mobile,
I thought it was the same issue but seems like it's a different one...