This topic has 6 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
Hi. We are very close launching our site, and was testing the payment system via mobile/ tablet. Everything worked fine, until I got to the checkout page. There I could not enter any details (name, address). Looking with firebug it seems there is something blocking it, but could not figure out what it is.
Sending the details below.
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile/Custom CSS for tablet:
.checkout .col-lg-5.col-md-5 {
display: inline-block;
}
Best regards,
Jack Richardson.
Hi Jack,
Thank you for your reply.
1. The above code solver the issue for mobiles, but …
2. Same issue for Tablet. Can you please suggest a resolution?
3. On mobile the form looks very squashed (http://prntscr.com/aizyv1) is this related to WC or the template?
4. On the tablet YOUR ORDER appears in the middle of the page between the form.
Thank you for the great support.
Regards,
G
Hello,
Have you also added the code in Custom CSS for tablet section?
Please also use this code in “Custom CSS for tablet” and “Custom CSS for mobile” sections:
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
width: 100%;
}
Best regards,
Jack Richardson.
Both updates work great. Problem solved. Thank you.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Mobile/ Tablet checkout no data input’' has been successfully resolved, and the topic is now closed for further responses