Modal Dialog Positioning

@dan Is there a way to position a modal on the screen?

Currently, it only seems to be able to be displayed in the center of the screen. I appreciate this is probably the most common location but I would like to position itat the bottom of the screen.

Thanks for adding the option to auto display a modal, that is really helpful. That said I would also like to still have a timer so it can be set to display for a certain period of time.

I’m also trying to understand what the “Exit Intent” option is supposed to do? I tried numerous tests with that option turned on and nothing happened.

You can set placement like this…

Use the conatiner in the dropzone if you want to create some padding away from the edge, etc…

We don’t plan to add this feature, you could do it with Javascript though!

Will all be explained in the docs… when we get them up to date.

The “Exit Intent” fires when the user moves the mouse out the top of the browser window.

Got it! I hadn’t thought about placing the modal in a container as I am not using a visible trigger on the screen. Thanks for the explanation.

Perfect, just shout if you need any more help :saluting_face: