• Resolved zauq

    (@zauq)


    Hi,

    Any way I can control the size of the pop up when clicked on the apply button. It gets covered by my sticky many when clicked on screens with low resolution.

    Thanks a ton.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @zauq,

    Usually yes, but a bit of CSS knowledge would be needed.

    In jobs plugin settings theres a Styles settings tab, at the wery bottom, theres a Custom CSS textarea, you can nput any CSS there to fix some theme compatibility issues.

    Usually sticky headers are placed on very high z-index. If you share a link to your site, I can look at it and if possibly share a css code you need to add.

    Just at some themes, because of the way they are build is not always possible to overwrithe this. but lets see and try.

    Thread Starter zauq

    (@zauq)

    Thanks for a quick revert, here is the link.

    https://affm.xyz/job/hvac-technician/

    Really appreciate your help.

    Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @zauq

    try adding this bit of css to the Styles settings page:

    body.jobs-modal-open .content {
        z-index: 130;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Apply Pop Up’ is closed to new replies.