Changes

Jump to navigation Jump to search

Custom CSS

402 bytes added, 30 April
== Property Booking Page ==
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE DEVELOPERS > "Custom CSS"
 
=== Force the Iframe to have a certain height ===
 
/* Style for Extra Large Screen */
@media (max-width:1199px) {
iframe {
height: 292px;
}
}
 
/* Style for Large Screen */
@media (max-width:991px) {
iframe {
height: 2000px;
}
}
 
/* Style for Medium Screen */
@media (max-width:767px) {
iframe {
height: 2200px;
}
}
 
/* Style for Small Screen */
@media (max-width:575px) {
iframe {
height: 2500px;
}
}
=== Bigger room name ===

Navigation menu