Home Forums WoodMart support forum ERROR BOX HIDDEN UNDER OTHER ELEMENTS

ERROR BOX HIDDEN UNDER OTHER ELEMENTS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24512

    sitevar
    Participant

    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;
    }

    #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

    #24532

    sitevar
    Participant

    sorry but that not work
    still the same after clear cache and test

    #24538

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a link where you placed this code.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)