This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
We recently installed the Classico theme and noticed critical issues on our checkout page when viewing the page on a tablet or mobile device. The checkout page appears correctly, but we are not able to enter or edit the fields under billing/shipping information (name, address, etc.).
Hello
Please add this code in custom css.
@media screen and (max-width: 979px) {
.woocommerce-checkout form.checkout .col-md-5 {
clear: both;
}
}
Regards
This worked great. Thank you.
Glad to hear the problem has been resolved.
Have a nice day.
You must be logged in to reply to this topic.Log in/Sign up