Support Forums

Questions about surveying? How does this thing work? We're here to help!

The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.

Current User: Guest

How to adjust line spacing

Topic Locked
UserPost

9:40
June 26, 2009


Mike

Member

posts 11

I have a multiple choice question with about 15 choices, some of which wrap. How can I provide more line spacing between choices to they aren't so cramped together?

2:05
June 27, 2009


jonathan

Admin

posts 1129

Hey, Mike!

What you'll want to do is modify your CSS template. Find the sg_TD2 class, and add the following line to it:

line-height: 1;

This will “squeeze” together the text in a single line that gets wrapped to the next line. From here, you can also add in some margin to the same class,

margin-top: 8px;

margin-bottom: 6px;

which will add some extra padding in between each of the options.

Jonathan Turk, SurveyGizmo Account Manager
Did this answer help? Let us know!
Want to be a SurveyGizmo Expert? Learn here!



The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.