Home › Forums › WoodMart support forum › Popup Issue with Elementor › Reply To: Popup Issue with Elementor
November 10, 2020 at 7:08 am
#240327
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.formkit-slide-in {
z-index: 10;
}
Regards