• Dear support team,

    this is to inform you that when we click on apply now button the popup form appears i not coming properly. It is going below header and footer can you please check and suggest how we can fix this issue

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Your issue needs a detailed check. Could you please raise a ticket through our website? We hope our technical team will be able to help you.

    Thank you!

    I had the same issue and have used css to fix.

    Try adding the following to your css file, hope this helps!

    @media screen and (min-width: 769px) {
    .single-thjm_jobs #thjmf_apply_now_popup .thjmf-popup-wrapper {
    height: 75vh;
    margin-top: 100px;
    }
    .single-thjm_jobs #thjmf_apply_now_popup .thjmf-popup-wrapper .thjmf-popup-footer-actions {
    bottom: 14.5vh;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup form layout is not proper’ is closed to new replies.