Home › Forums › WoodMart support forum › ERROR BOX HIDDEN UNDER OTHER ELEMENTS › Reply To: ERROR BOX HIDDEN UNDER OTHER ELEMENTS
November 17, 2017 at 12:28 pm
#24522
Artem Temos
Keymaster
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