Large form: bring to front

Large form: bring to front

chris.cavagechris.cavage Posts: 46Questions: 12Answers: 0

Please see the picture attached. Large modal forms are hidden behind my top page menu. Thanks! Great plugin! Happy I purchased it.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,972Questions: 1Answers: 10,160 Site admin
    Answer ✓

    Its a z-index issue. Editor's lightbox (div.DTED_Lightbox_Wrapper) has a default z-index of 11. Your fixed position header might be higher than that. You could specify a CSS rule that will increase Editor's z-index to an appropriate value.

    Alternatively, use the windowPadding option of the lightbox field type to increase the padding Editor uses for the lightbox.

    Allan

  • chris.cavagechris.cavage Posts: 46Questions: 12Answers: 0

    Thank you. I actually changed the .css file to make the z index higher. It works.

This discussion has been closed.