Hi, how can I fix the alignment of the address checkout field?
Hey DROR,
Thanks for the screenshot, Try this code in the General Styling > Quick CSS field:
.woocommerce-billing-fields #billing_address_1_field {
clear: right !important;
}
.woocommerce-billing-fields #billing_address_2_field span.optional {
font-size: 10px !important;
}
Please see screenshot in Private Content area.
Best regards,
Mike
Thanks!