Calendar Popup

hi

How I can make the pop ups from the calendar monthly template smaller? They are too big for what I need

1 Like



1 Like

You try adding this code to Custom CSS tab

.eapp-events-calendar-popup-item-inner {
    max-width: 500px !important;
    margin: 0 auto !important;
}

2 Likes

Hey there @KasebergPTC_Secretar :wave:

I checked the code by tuanphan, but, unfortunately it didn’t work. Our devs have added this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.global-styles,
.eapp-events-calendar-event-viewer-modalContent {
  flex-basis: 540px;
}

Check it out and let me know if you like what you see :slightly_smiling_face:

1 Like