Hey there!
Could you please give us a link to your website? If so, I could test the appearance in your shop 🙂
Thanks
this is the product archive. get some items in & try to check out.
thanks
Hello Cocotechman,
There is a CSS rule at woo-multistep-checkout.min.css overwiting the class of the fields you want to be full-width:
#checkout-wrapper form.checkout #billing_phone_field, #checkout-wrapper form.checkout #billing_email_field {
width: 48%;
clear: none;
}
-
This reply was modified 6 years, 10 months ago by
lusp.
Hi lukasz. I’ve found the file in my ftp & I’ve located that part of code. What I’ve attempted is:
1. Commenting out that part
2. Changing the number to 100
3. Renaming the file
4. Deleting that part
& Nothing seems to happen.
How do i fix this?
Thanks
The woo-multistep-checkout.min.css file is probably created dynamically by one of the minification/optimization plugins. You may try to use the !important CSS rule or to exclude this file from being minified.
-
This reply was modified 6 years, 10 months ago by
lusp.
-
This reply was modified 6 years, 10 months ago by
lusp.
As we haven’t got any replies, I’m marking this topic as resolved for now.