My site is: [https://www.richardsilverstein.com])
I just installed a widget with custom URL which displays a form in my sidebar. The form code (I didn’t create it) uses an iframe to display it. I would like to decrease the size of the form due to the large amount of vertical space (see screenshot below) it’s taking up in the sidebar.
<iframe width=”300″ height=”500″ src= “\[[https://www.mightycause.com/forms/tikunolam?embed=donation\\\_widget]\_widget)\]([https://www.mightycause.com/forms/tikunolam?embed=donation\_widget]” scrolling=”no” marginheight=”0″ marginwidth=”0″ frameborder=”0″ ></iframe>
Could you look over the code and screenshot and tell me what html code I could use to reduce its size by 25-50% if possible.
[ad_2]
Hey Richard.
​
The iframe code you supplied features two important elements: **height** and **width**.
​
You can simply tinker with the values here to get the perfect size for your needs. Simply change both or one of these values.