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!