On checkout page, leave the fields empty and submit, fileds’ name overlap with validation message. The attached image is from safari on iPhone.
This topic has 2 replies, 2 voices, and was last updated 1 day, 16 hours ago ago by Jack Richardson
On checkout page, leave the fields empty and submit, fileds’ name overlap with validation message. The attached image is from safari on iPhone.
Hello @islam,
Please check it now. We have added the following custom CSS in “Theme Options → Global CSS”:
.template-content .et-advanced-label.woocommerce-invalid label[for] ~ p[class*=error-message] {
position: absolute;
top: calc(100% + 5px);
}
.template-content .et-advanced-label.woocommerce-invalid:has(label[for] ~ p[class*=error-message]) {
margin-bottom: 40px;
}
Frontend result: https://gyazo.com/f9ae3bf5b34aba0e963d29192ac8095a
Best regards,
Jack Richardson
The 8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up