schopmeyer Posted April 13, 2021 Share Posted April 13, 2021 Site URL: https://schopinsurance.com/lead-form You can see on the site, I cannot get this webform from Airtable to resize on the site. I tried following this advice from another post: Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1556186893931_4115 iframe { height: 2000px !Important; } But that did not seem to change anything. Thanks in advance for the advice! Chris Schopmeyer Link to comment
tuanphan Posted April 14, 2021 Share Posted April 14, 2021 13 hours ago, schopmeyer said: Site URL: https://schopinsurance.com/lead-form You can see on the site, I cannot get this webform from Airtable to resize on the site. I tried following this advice from another post: Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1556186893931_4115 iframe { height: 2000px !Important; } But that did not seem to change anything. Thanks in advance for the advice! Chris Schopmeyer Add to Design > Custom CSS /* resize code block */ div#block-yui_3_17_2_1_1618329347619_7031 iframe { width: 100% !important; height: 2000px; } @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1618329347619_7031 iframe { width: 100% !important; height: 2100px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment