Hi.
The checkout VISA/Square card payment settings are not working properly.
The text boxes are too narrow to see what are you writing till you force a window resizing. After that the text boxes are of normal size.
I do not expect my clients to do or know this.
How can this be fixed?
I’m sending a temporary login.
Thank you
Hey Michael,
Thank you for using Enfold.
This is how the box looks on Chrome, Windows 8.
// https://imgur.com/a/iTyt9te
What is your browser?
Best regards,
Ismael
Thanks for that.
We hope that that works for everybody.
Hi Michael,
But you could use this code for the cart page shipping rates width:
@media only screen and (min-width: 1024px) {
.cart-collaterals .cart_totals {
width: 100%;
}
}
Best regards,
Victoria