cehmb Posted August 31, 2021 Share Posted August 31, 2021 Site URL: https://www.acrossthecreekcabins.com/book-a-cabin Im trying to embed the little hotelier booking engine into a code block on one of the pages of my website but I have the issue where it reverts to the mobile version for the desktop and causes the embed to "grow" on the page. I need to know how to create the minimum width of the iframe to be 1024px. Here is the coding I have been using to embed the booking engine: <div class="ibe" data-region="emea" data-channelcode="acrossthecreekdirect" data-widget="embed"></div> I have also put this coding into the closing body tag: <script src="https://widget.siteminder.com/ibe.min.js"></script> The link to the page I am working on is here: www.acrossthecreekcabins.com/book-a-cabin Link to comment
tuanphan Posted September 3, 2021 Share Posted September 3, 2021 Add to Design > Custom CSS /* Book a cabin iframe */ iframe#iFrameResizer0 { width: 100% !important; max-width: unset !important; min-height: 700px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.