Solved
Removing white space between graphic and next button
Hi there,
I have several places in my survey where I want to display an information screen which I have created in PowerPoint, saved as a jpg file and uploaded as a graphic. My problem is that there is a lot of white space below the bottom of the graphic and the next button which means constantly scrolling down for the next button. I have tried making the image smaller so that the next button is displayed without scrolling but then some of the information in the graphic is too small to see properly - any suggestions?
Thanks
Best answer by TomG
You can reduce or eliminate the top margin and padding on the `#Buttons` element. For example, for only 10px of space:
```
.Skin #Buttons { margin-top:5px; padding-top:5px }
```
You can add it to a `<style>` tag in your question text to apply only to the page or in your Look & Feel CSS to apply to the whole survey.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
