This topic has 6 replies, 5 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp
Using Classico theme version 1.7.1 with Classico Child 0.0.1
Woocommerce 2.6.8
Several users have reported from iPhone that they are unable to enter any information into address fields when proceeding to check out. I tested myself on an iphone and indeed, it does not work. None of the fields allow for information input.
Please advise how to fix this issue.
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile, Custom CSS for tablet:
.woocommerce .col-lg-5.col-md-5 {
display: inline-block;
}
Best regards,
Jack Richardson.
I also had this problem. Why not apply this fix to the theme and provide an update?
Hello @themadguru,
We’ll fix it in the next theme update.
Sorry for inconveniences.
Best regards,
Jack Richardson.
I’m having the same problem. I added the css and it helped but my checkout page still looks bad on all media (especially tablet and smartphone).
Hello @mbertram,
Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile, Custom CSS for tablet:
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
width: 100% !important;
}
Regards,
Eva Kemp.
Tagged: checkout, mobile, themes, unresponsive, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up