Field height and spacing - Post ID...

User 285995 Photo


Registered User
7 posts

Is there a way to adjust the height of the fields in the form? Also, is there a way to adjust the vertical spacing in between fields?

Thanks,

Wes
User 187934 Photo


Senior Advisor
20,271 posts

The input height can be altered by adding some addition code to your forms html head section.
<style>
<!--
input{
height:5px;
}
-->
</style>

The vertical spacing can be adjusted within the app. IF it's still not close enough then you'll need to add some override code. If you publish your form and share it I'm sure we can help you out.;)
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
User 285995 Photo


Registered User
7 posts

Thanks for your quick response!
User 285995 Photo


Registered User
7 posts

Hello. I tried using the CSS you suggested and it didn't change. The height of the form fields are still the same. Any other suggestions? Thanks.
User 187934 Photo


Senior Advisor
20,271 posts

Can you share a link to the form that you tired it on?
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
User 187934 Photo


Senior Advisor
20,271 posts

Place this just above the </head> tag on your actual form that the form builder generates.
http://newmarketdesign.com/brandie/gues … -form.html
<style>
<!--
#docContainer .fb-input-box input {
height:25px;
}
-->
</style>
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
User 285995 Photo


Registered User
7 posts

Thanks. I'll give that a try.

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.