Center pop-up on screen on mobile

Pop-up window is at the top of the screen on mobile; would love more customization options to style that part of the widget, or to just have it centered on the screen.

Hi there and welcome to the Community, @Ashley_Hallenbeck :waving_hand:

Sure, we’ll gladly help! I’ve forwarded your request to the devs and will report back once the solution is ready :slightly_smiling_face:

Thank you for waiting!

We’'ve added this code to the Custom CSS field on the Style tab of your widget’s settings:

.eapp-events-calendar-modal-mobile {
  flex-grow: 0;
  margin: 0;
}

Please check it out and let me know if you like the result :slightly_smiling_face: