Solved
How do I remove the white space before a survey question?
I am trying to create an exit intent survey for my site. I want the survey to be embedded in the intercept, it's a single question survey so I want the whole question and the submit button visible in the intercept. I don't want the intercept to take up the entire webpage though, so I'm trying to eliminate any white space from the survey to get it to fit. Is there a way to remove the white space from the header of the survey as well as the white space between the last question choice and the submit button?
Best answer by TomG
Try adding this to the bottom of your question text (in HTML source mode):
```
<style>
#LogoContainer, #HeaderContainer, #ProgressBar { display:none; }
.Skin .SkinInner, .Skin #Buttons { padding-top: 0px; }
.Skin .QuestionOuter, .Skin .QuestionBody { padding-bottom: 0px !important;}
</style>
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
