Changes

Jump to navigation Jump to search

Availability Calendar

200 bytes added, 12:42, 2 July 2016
no edit summary
If you want to change the first day of the week, for example to Sunday, add the following to your page anywhere before the calendar code. The number can be between 0 and 7 where 0=Sunday, 1=Monday etc.
<script>var beds24CalStartDay=0;</script>
If the widget does not fit into its designated place you can override the CSS padding for the buttons and make them smaller with the following CSS
.beds24availcal input {padding:5px;}
Either add the above directly to your CSS or add the following to the HEAD section of your page, if necessary change the 5px to a better value.
Code: Select all <style> .beds24availcal input {padding:5px;} </style> If you want to change the the style you can do this adding CSS to the stylesheet of your website. For example to change the font size add:  .beds24availcal td{ font-size: 20px !important; }

Navigation menu