Hello.
Please note, we do not make such type of personal customization (I mean do not make the full customization of the calendar skins). If you have more special (small) questions about fixing or improvement of some elements, so then we will help you of course.
Here is several items, which you can fix in your skin. Its seems that you have issues with font sizes and line height.
Please make this changes.
1) Find this code:
/* Month Titles */
.datepick-inline .datepick-header {
font-size: 21px;
color: #e0cd81;
font-weight: bold;
}
and replace it to this code:
/* Month Titles */
.datepick-inline .datepick-header {
color: #e0cd81;
font-weight: bold;
}
.datepick-inline .datepick-header span {
font-size:21px;
line-height:12px;
}
2) Find this code:
.block_hints .block_free, .block_hints .block_time, .block_hints .block_booked, .block_hints .block_pending, .block_hints .block_check_in_out, .datepick-inline .datepick-days-cell {
color: #A9964C;
font-size: 28px;
font-weight: bold;
}
and replace it to this code:
.block_hints .block_free, .block_hints .block_time, .block_hints .block_booked, .block_hints .block_pending, .block_hints .block_check_in_out, .datepick-inline .datepick-days-cell {
color: #A9964C;
font-size: 18px;
font-weight: bold;
}
Etc…
If you will have any other more specific question, please send these questions to the support email: support @ wpbookingcalendar.com