Align month picker to center (Monthly layout)

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

.fc-header-toolbar {
justify-content: center;
}

.fc-today-button[disabled] {
display: none;
}
1 Like