Jacko2912 Posted June 25, 2021 Posted June 25, 2021 Site URL: https://www.theduckhousepantry.co.uk/contactform Needing help to change a resize the form so all elements are showing rather than a scroller
ArminB Posted June 25, 2021 Posted June 25, 2021 Hi, you got to modify your iFrame embedding code and change the height. e.g. 2000px was looking good a first look but you might need a second version for mobile I hope that helps! About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com
Jacko2912 Posted June 25, 2021 Author Posted June 25, 2021 Thanks so much! This has worked. Re the mobile version how would I add this code for mobile viewing?
Jacko2912 Posted June 25, 2021 Author Posted June 25, 2021 2 hours ago, ArminB said: Hi, you got to modify your iFrame embedding code and change the height. e.g. 2000px was looking good a first look but you might need a second version for mobile I hope that helps! Thanks so much! This has worked. Re the mobile version how would I add this code for mobile viewing?
tuanphan Posted June 28, 2021 Posted June 28, 2021 On 6/25/2021 at 5:59 PM, Jacko2912 said: Thanks so much! This has worked. Re the mobile version how would I add this code for mobile viewing? Add this to Code Block <style> @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1624606611661_4726 iframe { width: 100%; height: 2200px !Important; } } </style> 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.