Header - Page 2

User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Adam says that it keeps resetting it to 20 or it won't take.
Adam Hicks wrote:
Yeah that's done and everything is set to 0.

However when I click on the header part of the form - it's set to 20px and you can't decrease past that.

-A.

Theme issue maybe?
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 1948478 Photo


Senior Advisor
1,850 posts

There is an in-line min-height set to 20px in the first div of [form-name].html:

<div class="fb-form-header" id="fb-form-header1" style="min-height: 20px;">

There is also a 10px top padding in default.css (line 134 in the case I'm looking at):

#docContainer #fb-form-header1 {
height:5px;
padding-left:10px;
padding-top:10px;
}

You could adjust either or both of the above to reduce the 'empty space' at the top of the form.

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.