Category:Widgets: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 225: | Line 225: | ||
<code>.ui-datepicker{display: none;}</code> | <code>.ui-datepicker{display: none;}</code> | ||
=== Adjust widgets for RTL languages (Arabic, Hebrew) === | |||
You need to use CSS to adjust the alignment. | |||
Example: To adjust the booking box dd the following CSS to your websites style sheet | |||
<code>.book-widget label {float: right !important;} .book-container .book-row .book-col-offset-5 {margin-left: 0;}</code> | |||
= Embedded Iframe or link to your booking page = | = Embedded Iframe or link to your booking page = | ||