Solved
How do I remove space between a question and answer choices?
How do I remove space between a question and answer choices?
Best answer by AlexB
You can add this CSS into the Look & Feel (adjusting the last number in padding for the amount of space you want):
.Skin .QuestionText {
padding: 0 0 0px;
}
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.