Remove down and up field behavior
-
Hi,
I added a Notice ‘after checkout billing form’ as shown in this record screen link.
https://www.screencast.com/t/5HwFdkhcBE
Also, I did some CSS to adjust margins, like so:
.woocommerce-billing-fields__field-wrapper { margin-bottom: 50px; } .form-row.form-row-wide.create-account.woocommerce-validated { margin-top: -25px; }
The issue is when I refresh the page, the ‘Create an account?’ field goes down and up. (see the link)
It looks like it goes to its previous place and comes back to the rectified place.
Please, how to remove this behavior?
—
OR alternatively, how to add a notice properly just above ‘Create an account?’ ? Because I didn’t find a specified hook for this field.
I used ‘woocommerce_after_checkout_billing_form’ hook.
Thank you,
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove down and up field behavior’ is closed to new replies.