-
Hi ,
So after I updated the plugin now the form in the checkout page not working correctly,
See Here:
https://cl.ly/1h1e392Q3k2yHere is the URL https://www.aldahil.com/checkout/
I have added the custom CSS here it is:
.woocommerce-billing-fields p#billing_first_name_field {
float: left;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_last_name_field {
float: right;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_email_field {
float: left;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_phone_field {
float: right;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_company_field {
float: left;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_country_field {
float: right;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_state_field {
float: left;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_city_field {
float: right;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_address_1_field {
float: left;
width: 47%;
font-size: 16px;
}.woocommerce-billing-fields p#billing_postcode_field {
float: right;
width: 47%;
font-size: 16px;
}Can you help me to fix this
Thank you,
The form in the checkout page not working correctly
This topic is: resolved