ERROR BOX HIDDEN UNDER OTHER ELEMENTS
-
hi
the issue occoured even in your demo
https://prnt.sc/hblreb
https://prnt.sc/hblrqk
in my site:
http://prntscr.com/hblzqw
I have tried to add tis custom css code but not helping:
.mc4wp-error, .woocommerce-error, .woocommerce-info, div.wpcf7-mail-sent-ng, div.wpcf7-validation-errors {
z-index: 9999999 !important;
}
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
z-index: auto;
}
Regards
sorry but that not work
still the same after clear cache and test
Hi,
Please, provide us a link where you placed this code.
Regards