Hello @mohamedhat,
Thank you for reaching our us!
By applying the following CSS in Dashboard > Appearance > Customize > CSS section you can fix RTL issues:
body.rtl #bookit-app .bookit-app-content .default-theme .monthly-calendar {
padding-left: 0;
padding-right: 30px;
}
body.rtl #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter .filter-info-bar .filter-info {
margin-left: 0;
margin-right: 5px;
}
body.rtl #bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .dates .week .date {
text-align: right;
}
body.rtl #bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .dates .week .booking-form {
justify-content: space-between;
width: 92.5%;
}
Regards