hi
How I can make the pop ups from the calendar monthly template smaller? They are too big for what I need
hi
How I can make the pop ups from the calendar monthly template smaller? They are too big for what I need
You try adding this code to Custom CSS tab
.eapp-events-calendar-popup-item-inner {
max-width: 500px !important;
margin: 0 auto !important;
}
Hey there @KasebergPTC_Secretar
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