Hello.
Can you sen the link to the page with this issue?
So then we will check and help you.
Kind regards.
Hello.
Please open this file: http://www.sammyhayes.co.uk/wp-content/plugins/booking/css/calendar.css
Find this code:
#content .datepick-title-row th {
margin: 0;
padding: 0;
}
and replace it to this code:
#content .datepick-title-row th,
#main-area .datepick-days-cell,
#main-area .datepick-title-row th {
padding: 0px;
margin: 0px;
}
Thread Starter
sammyh
(@sammyh)
Thank you, that’s solved the problem although I have just noticed a different problem in regards the highlighting of one of the dates on the calendar.
I am booked for work tomorrow (23/09/2013) and for some reason the agenda at the bottom of the calendar shows the 22nd as booked in red?
Its not an issue its feature :).
In the agenda (legend) is always showing the date of Today (22 is mean 09/22/2013).
If you are want to hide the number in the legend, so please open this file: ../wp-content/plugins/booking/css/client.css
and add to the bottom of that file this code:
.wpdev_hint_with_text .block_free,
.wpdev_hint_with_text .block_free a,
.wpdev_hint_with_text .block_time,
.wpdev_hint_with_text .block_booked,
.wpdev_hint_with_text .block_pending,
.wpdev_hint_with_text .block_check_in_out,
.wpdev_hint_with_text .datepick-days-cell {
line-height:1000px;
overflow:hidden;
}
Thread Starter
sammyh
(@sammyh)
Okay that’s great thank you, I was worrying 🙂
Thanks so much for your help!