Change header position

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

.eapp-events-calendar-events-calendar-title {
    text-align: center;
}

‘Center’ can be replaced with ‘right’ or ‘left’, depending on the desired outcome.