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

I tried this but it doesn’t seem to work for images that are populated through the google calendar connection. Is there a fix to that?

1 Like

Hi there, @Michael_Montoya :waving_hand:

Please try to use this CSS code instead and let me know if it helped:

.global-styles,
.eapp-events-calendar-modal-modal {
  width: auto !important;
}

.global-styles,
.eapp-events-calendar-popup-item-inner {
  max-width: 500px;
}

I’ve also noticed that you’re using the codes for the Portfolio widget in your Event Calendar. Please remove them to make the other codes work fine :slightly_smiling_face: