Apply RTL mode

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

.eapp-events-calendar-events-calendar-component{
direction: rtl;
text-align: right;
font-family: sans-serif;
}
.global-styles, [class^="FlexContainer"] {
direction: rtl;
text-align: right;
}
.global-styles, .eapp-events-calendar-grid-item-imageContainer {
margin-left: 0!important;
margin-right: -32px;
}
.global-styles, .eapp-events-calendar-date-element-item {
text-align: right;
}

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