• Resolved amxbf

    (@amxbf)


    Hi,
    I’m using Simple Calendar in the DIVI theme with a Divi Supreme popup. When I click on a calendar event the Event Bubble appears below the calendar. I have already tried adding a different z-index to the class described below, but it is not working. Can you please help?

    .qtip-tip, .qtip-content {
    z-index: 9999! important;
    }

    P.S – Site password is secretlogin



    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support john

    (@johnweru)

    Hi there,

    Thanks for reaching out to us.

    In regards to your question here, please add the following CSS codes:

    .mfp-bg.fadeIn.animated.mfp-ready {
    visibility: hidden;
    }
    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.dsm-popup-wrap.et-l.dsm-popup-fullwidth-off.dsm-popup-position-absolute.mfp-ready {
    z-index: 1000;
    }

    I hope this helps.

    Kind Regards

    Thread Starter amxbf

    (@amxbf)

    Hello John,

    Thank you very much for the quick response.
    It works perfectly. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.