Home › Forums › Quform WordPress › Open Form in a Popup Using Avada Button › Reply To: Open Form in a Popup Using Avada Button
May 14, 2024 at 11:43 pm #36731
induspray
Participant
think I might have figured this out, based on something I found on the web…
I went to: Avada > Options > Custom CSS
there, I added in this CSS code in the box:
.fusion-header-wrapper {
position: relative;
z-index: 1000;
}
and now IT WORKS!.. the entire popup is visible
not sure if this is the best or correct way to accomplish this, but the Quform popup now appears overtop the page header!… is this OK?
- This reply was modified 7 months, 1 week ago by induspray.