Unfortunately, we cannot apply it to the source code at this moment.
Because this is a special case coming from a third-party plugin. The normal login box is 1 text box, not 2 text boxes with a phone code. If follow your code, it will affect the normal 1-text-box
Therefore, we can only help you by Custom CSS, as you have done previously
Hope you understand
Please feel free to contact us if you need any further information
Hello,
Well noted with many thanks
Unfortunately, we cannot apply it to the source code at this moment.
Because this is a special case coming from a third-party plugin. The normal login box is 1 text box, not 2 text boxes with a phone code. If follow your code, it will affect the normal 1-text-box
Therefore, we can only help you by Custom CSS, as you have done previously
Hope you understand
Please feel free to contact us if you need any further information
Thank You and Best Regards!
for temporary
I used below addition CSS
.woocommerce form.inner-label .form-row label:not(.woocommerce-form__label-for-checkbox) {
position: initial;
}