Reduce extra white space on LP | Community
Skip to main content
James_Zolinski
New Participant
November 21, 2018
Solved

Reduce extra white space on LP

  • November 21, 2018
  • 1 reply
  • 2848 views

I need to reduce the large area of extra white space between section one and section 2 header area. As you will see there is a lot of white space in the header area of section 2. I've searched the community for how to do this but with no luck. Here is the url to the LP:

http://go.prepass.com/NL-Newsletter-Opt-In_LP-Form-Sign-UP.html

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kai_Malik1

The "document" class has a height of 100% - remove the height component or switch the value to "auto" to get rid of the extra white space.

1 reply

Kai_Malik1
Kai_Malik1Accepted solution
New Participant
November 21, 2018

The "document" class has a height of 100% - remove the height component or switch the value to "auto" to get rid of the extra white space.

James_Zolinski
New Participant
November 21, 2018

Thanks Kai, I see how to do that in the css when Inspecting the page and the white space does reduce. I see the html is <div id="document" class="document">

What do I change or add to the html to reflect the change?

Kai_Malik1
New Participant
November 21, 2018

There are a number of ways to resolve:
Update the source: If you have the ability to update style.css, then I would update and reupload the style sheet.
Append style in HTML: Append the following style to your HTML head - be sure to add it after the style.css reference to override the CSS from the style sheet like so: