schopmeyer Posted April 13, 2021 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
tuanphan Posted April 14, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.