Belegungskalender: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 18: | Zeile 18: | ||
You can change the settings and click on SAVE. Click on GET CODE. Copy the code to where you want to display the widget in the websites source code. The settings will be stored. Once you have insatlled the widget and want to change colours you only need it to do here and the changes will appear automatically on your website. | You can change the settings and click on SAVE. Click on GET CODE. Copy the code to where you want to display the widget in the websites source code. The settings will be stored. Once you have insatlled the widget and want to change colours you only need it to do here and the changes will appear automatically on your website. | ||
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> | |||
Our webdesigner can do the adjustments and/or installation for you for a small fee. Just send us a message with your requirements via SUPPORT in the top menu. | Our webdesigner can do the adjustments and/or installation for you for a small fee. Just send us a message with your requirements via SUPPORT in the top menu. | ||