padding issue - Post ID 198834
Hi everyone
I created a form and have embed it in a page. When viewed in a browser the vertical padding at the top and the bottom of the form is too wide! distorting the look of the page. I have adjusted the padding in the properties to 0 but does not affect this padding which seems to be defined/controlled somewhere else.
How do I correct this?
Thank you
Tony
I created a form and have embed it in a page. When viewed in a browser the vertical padding at the top and the bottom of the form is too wide! distorting the look of the page. I have adjusted the padding in the properties to 0 but does not affect this padding which seems to be defined/controlled somewhere else.
How do I correct this?
Thank you
Tony
It's in the css somewhere. Got a link?

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
In the default.css mess with the margin here.
#docContainer {
background-color: #F6F6F6;
border: 1px solid #C1C1C1;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
color: #333333;
font-family: Helvetica,Arial,Sans-serif;
font-size: 13px;
margin: 40px auto;
padding: 0;
width: 600px;
}
Keep a snippet of the code so you can put back in again if you republish your form.
#docContainer {
background-color: #F6F6F6;
border: 1px solid #C1C1C1;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
color: #333333;
font-family: Helvetica,Arial,Sans-serif;
font-size: 13px;
margin: 40px auto;
padding: 0;
width: 600px;
}
Keep a snippet of the code so you can put back in again if you republish your form.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
thank you
I will give it a try
I will give it a try
Greetings all
I figured out a solution. Simply reduce the height in the iframe code which you insert into your webpage.
Tony
I figured out a solution. Simply reduce the height in the iframe code which you insert into your webpage.
Tony
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.