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

Tightening spacing between questions

Topic Locked
UserPost

4:08
April 16, 2009


Tom Kobak

Guest

Hi – Is there a way to tighten spacing between questions.

7:28
April 16, 2009


jonathan

Admin

posts 1129

Post edited 6:29 – April 16, 2009 by jonathan


Hey, Tom!

There most definitely is!

The question titles use padding and margins to add space between them – you can modify these by editing the following attributes in your CSS Template (Click on “Look & Feel” under the “Edit Survey” tab, then scroll down to “This Theme's CSS Template”):

.sg_Question {
    margin: 20px 0;
}

.sg_QuestionTitle {
    margin:0 ;
    padding:3px 0;
    }

.qNumber {
    padding:10px 0;
}

You might bring the margin of “sg_question” from 20px to just 4px, and take the margin of “.qNumber” from 10px to 4px.

Hope this helps!

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.