[ad_1]
Hello.
Please open the Booking > Settings General page in “Calendar” section and re-select different calendar skin, then save changes. Then again select original calendar skin and again save changes.
Additionally, your theme make some CSS conflict to the calendar layout. For fixing this issue, you need to comment or delete this CSS:
.entry-content table,
.comment-content table {
margin: 0 0 1.5em;
width: 100%;
}
.entry-content th,
.comment-content th {
border-bottom: 3px solid #ccc;
font-weight: bold;
padding-right: 1em;
text-align: left;
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
padding: 5px 10px;
vertical-align: top;
}
.entry-content tr:nth-child(2n+1) td,
.comment-content tr:nth-child(2n+1) td {
background: #eee;
}
.entry-content tr:hover td,
.comment-content tr:hover td {
background: #ffffdd;
}
inside of your theme https://www.broubenka.cz/wp-content/themes/beach/style.css
Please do not forget to clear the browser cache before testing these changes.
Kind Regards.
