Archived topic
WooCommerce checkout page weird layout
3 replies · Started by Philippe on December 18, 2019
Hello
my checkout page display the fields in a weird way, there is not enough place to enter the value. I haven't done anything special as far as I remember. Is there a way to do something about that?

Thanks!
Philippe
Hi there,
Any chance you can disable all plugins except GP Premium to eliminate conflicts from other plugins first?
If that doesn't help, any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Hello
Toolset was the problem, they posted a "fix" on their website:
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
max-width: inherit;
}
.woocommerce-input-wrapper {
width:100%;
}
Thanks for your help
Thanks for reporting back!