Collapse widget into container with internal scroll

Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:

.eapp-events-calendar-events-calendar-layout {
max-height: 500px;
overflow: auto;
}

Guys, if this code was helpful, please drop us a line in the comments :slightly_smiling_face:

1 Like