• Hi,

    we have a problem with our AVADA Theme WEbseit. If you klick on Apply now in the Jobs for WordPress job ad. The X to clouse the Popup is under the steaky header.

    Could somone help us.

    thank you

    best regards

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Same problem here! Strangely, if I click on an ad preview and go to an ad specific page, everything behind the modal is deactivated so the menu doesn’t block the X cross.

    But on one page I added directly just one offer with Apply button, and there the modal is behind the menu which stay active (not the rest of the page).

    For now, I’m just gonna add this in my CSS override to force the modal to be lower (you can adjust the px) but it’s not a good solution.

    .jobs-modal.open .jobs-modal-content {
      top: 70px !important;
    }

    Will be glad to have this fixed, thank you!

    Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @schwenter
    Hi @carnets2routards

    Sorry for late answer.

    Such issues is easily solved with this piece of css:

    body .jobs-modal.open {
        z-index: 99999;
    }

    Hi @blueglassinteractive ,

    Thanks for your answer, I don’t know about @schwenter but I already tried to add a z-index and modal stayed behind sticky menu.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Avada sticky header over Apply now Popup’ is closed to new replies.