• Resolved rasworpr

    (@rasworpr)


    Hello,

    The Modal Window is not covering the element behind the Window.
    If you scroll to the bottom of the page where it says “To Send Us A Check” and then click of the Custom Donation you will see elements from the behind the window. I have tried the Z-Index but it does make a difference.

    Thank you,

    Richard

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

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

    (@matheusfd)

    Hey @rasworpr,

    Glad you reached out.

    What is happening here is that due to CSS positioning, your elements are overlapping the iframe of the multi-step donation form. To fix it, it will be necessary that you change the positioning values on your CSS.

    For example, adding a position: sticky to the divs containing the texts on your site, it would make the z-index work and move the text behind the donation form. But in the end, this is something that you need to fix on the theme level.

    If you need assistance implementing custom CSS on your WordPress website, we have this guide for you:
    https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/

    Thanks for using GiveWP! Have a great day.

    Thread Starter rasworpr

    (@rasworpr)

    Hi Matheus,

    Thank you for your reply. I am using the Kedance theme. Are you saying that
    theme is the cause of the problem?

    I’ll research your solution and try to implement it.

    Thank you,

    Richard

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modal Window Behind other Elements’ is closed to new replies.