This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hi!
I’ve been notified by my customers that they’re having trouble completing the checkout on mobile device. The desktop version works perfectly, but the mobile version won’t let people type their details in the boxes.
Is there a fix for this?
Thanks!!
Hello,
Add this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile:
.checkout .col-lg-5.col-md-5 {
display: inline-block;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up