Please check: Google ReCaptcha element is going underneath the content
Hey Michael,
Thank you for the inquiry.
Where can we check the issue? please provide a link to the page containing the contact form element and a screenshot using imgur, savvyify or dropbox. Thanks.
Best regards,
Ismael
Thanx! See private content.
Hi,
Thank you for the update.
We can use this css code to adjust the stack order of the section containing the contact form element.
#aanmeldformulier {
position: relative;
z-index: 1000;
}
#aanmeldformulier .flex_column.av-2jcs4r-e6e0241146eab263c23e4ca54896e118 {
z-index: 1000;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Thanx Ismael,
This is however not only happening with #aanmeldformulier , but also with the other elements.
Michael
Hi,
but also with the other elements.
Would you mind providing links to the elements or pages? The idea above is to increase the z-index of the section with the ID #aanmeldformulier and the column containing the contact form to ensure sure that they are higher in the stack order or that they are above the other elements or sections in the page. Applying the same style or css to the rest of the elements displaying the same issue should help.
Best regards,
Ismael
sorry code is not working