This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Hello,
My billing form is not like yours. I leave a screenshot.
I think have to change a class name form-row-first for form-row-wide, but I don’t know where.
Thank you
Hello,
Provide link to page where we’ll be able to see the problem. Do you use any third-party plugins for checkout? Provide also temporary admin panel access, please.
Regards
Hello,
i don’t use any third-party plugin for checkout.
I send you admin panel access.
Thanks
Hello,
You are using WooCommerce (ES) plugin. This plugin added new field and changed checkout fields’ classes.
Also, I see that you have a long translation of Add to cart on grid and added the fix.
I added following code in custom CSS (Theme Options > Styling > Custom CSS)
/*--- Add to cart grid fix ---*/
.footer-product .button:before {margin-right: 1px;}
.product-image-wrapper .footer-product .add_to_cart_button {font-size: 9px;}
/*--- Checkout ---*/
.woocommerce-billing-fields #billing_company_field {width: 100%;}
.woocommerce-billing-fields #billing_country_field {
float: left;
width: 48.5%;
padding-right: 10px;
}
.payment_methods label img {
max-width: -moz-max-content;
}
Check your site now.
Regards
Hi,
thank you very much!!
Regards
Hello,
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up