Center dates (Grid layout)

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

.eapp-events-calendar-date-element-component {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 100%;
}

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