How do I vertically center a popup?

I have a popup that is centred horizontally.

But how do I center it vertically?

1 Like

You can do this with a bit of CSS code.

Set an ID on the popup at the bottom of the property inspector:

image

In the html header input for the page, add the following CSS:

image

Good luck!

15 Likes

Thanks that did the trick!

This topic was automatically closed after 70 days. New replies are no longer allowed.