Position PopUp to top of page

Questions about a new PopUp just installed.

How to move position to be at the top of page instead of bottom?

I see there is only Left, Center, Right options for positions.

Maybe you have a custom CSS I could use to do this?

Please advise? Thank You

1 Like

Hi @William4 and welcome to Community :wave:

Sure, we’ll be happy to assist!

I’ve sent your request to our dev team. We’ll keep you in the loop :slightly_smiling_face:

1 Like

Hi @William4,

Here’s custom CSS code that should do the job:

.global-styles, [class*="ModalWindow__Window"] {
  align-items: start;
  padding-top: 19px;
}

Please let me know if this works for you!

Thank You, That works great!

2 Likes