Hi @vividground
I hope you’re well today!
Such issues are usually related to some small “clash” of CSS from theme or other plugin.
Adding this CSS to the site should help here:
.forminator-select.forminator-select-dropdown-container--open {
z-index: 1999999999!important;
}
Please don’t add it to form’s custom CSS though. Instead, it’s best to add it via Appearance -> Customize custom CSS option or some custom CSS option in your theme’s settings.
Best regards,
Adam
Hi @vividground
Based on your page source and your screenshot it seem you have additional “;” sign and that is why code does not work.
In short your code looks like this:
;.forminator-select.forminator-select-dropdown-container--open{z-index:1999999999!important;};
when it should be:
.forminator-select.forminator-select-dropdown-container--open {
z-index: 1999999999!important;
}
Please review your PAGE CSS box and remove “;” right after “}”
Kind Regards,
Kris
Removed. Still doesn’t work
-
This reply was modified 3 years, 4 months ago by
Vivid Ground.
Hi @vividground
Based on your CSS page source there is still something not right. Please check below image:
https://monosnap.com/file/r4riP8GhhOvoLiRAE7o8oNPPkV8x6o
You need to remove “;” which is before our code. It is not before just like that, but in the line above after the previous CSS:
https://monosnap.com/file/dG6dlnXfiYg0mBdekE284w1UUOV1tr
Kind Regards,
Kris
Thank you! That fixed it! Have a wonderful day!
-
This reply was modified 3 years, 4 months ago by
Vivid Ground.
Hi i got the same issue again on the home page, when you scroll down to “got questions?” part of the website and click it you will see the form in a popup modal. using the code you mentioned above doesnt fix it.
any ideas?
Hi @vividground
On your homepage “Got Questions” box does not trigger any kind of popup, but it direct to FAQ page. Did you made any changes on home page?
Kind Regards,
Kris
Hi sorry, this issue kept cropping up too many times so i just removed it all together sorry about that and thanks for responding!
Hi @vividground,
Without seeing the issue live what we could suggest is limited. If there is anything specific you want us to check further regarding this then please do share the page URL where you notice the issue so that we could advise further if needed.
Best Regards,
Nithin