This guide shares how to configure iframe height for White Label.
If you use iframe for pasting White Label on your page, by default it has a height of 500px. This is done to correctly display all the controls - the choice of currency and language, the choice of dates, and the number of travelers.
To decrease the height of the White Label iframe, please add this code to page where you paste iframe:
<style> #tpcwl_iframe {
min-height: 200px !important;
} </style>
In the White Label settings on the Sections tab, add a <style></style> tag to the bottom of the Site footer block and place the following code inside the tag:
body.TPWL--iframe .page {
min-height: 200px !important;
}