• Resolved nadjaflensburg

    (@nadjabielefeld)


    I’ve created a form with the new form editor. I used the Popup option in Form Placement. It works perfectly on the desktop. The popup is unfortunately displayed behind the page content on mobile devices. Where can I set the z-index so that the popup is displayed above all content?
    Many thanks for your help.
    Regards
    Nadja

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @nadjabielefeld,

    Thanks for writing. You try adding the z-index property to the Custom CSS section when you edit the MailPoet form.

    Or you can go to your WordPress Dashboard > Appearance > Customise > Additional CSS, and use some custom CSS to set the z-index for the popup.

    ?Let us know if you need further assistance.

    ?Thanks,

    • This reply was modified 4 years, 2 months ago by Wysija.
    Thread Starter nadjaflensburg

    (@nadjabielefeld)

    Hi,

    I tried

    /* form */
    .mailpoet_form {
    z-index: 999!important;
    }
    But it does not work. What did I do wrong?

    Thanks

    Nadjabielefeld,
    I think putting the z-index higher does not bring it to the front. The z-index simply tells what the priority level is in which elements get first decisions on formatting. So, setting the z-index higher is a good idea, but you need to add CSS code or something else to display it in front of the other elements.
    I am not a developer so I don’t know what code you would need to add, but I am hoping for help on my issue with the forms as well and saw this and thought I’d help.

    minickel

    (@minickel)

    Hi,
    I have the same issue with MailPoet forms and elements like the sidebar in my Enfold theme. Did you find a solution?
    Thank you and best

    • This reply was modified 4 years ago by minickel.
    Thread Starter nadjaflensburg

    (@nadjabielefeld)

    Hi,
    I haven’t found a solution to the problem. I used the Holler Box plugin with Mail Poet.
    Nadja

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New Form Editor Popup mobile’ is closed to new replies.