I have attempted to use the following CSS codes, but couldn't seem to remove any of the spacing:
<style>
.Skin .Separator {
margin:0px 0px;
}
.Skin .QuestionText{
padding-top:5px;
}
.Skin .QuestionBody{
padding-bottom:0px;
}
<style>
Would anyone be able to help? Thank you!Solved
Removing spacing between questions
Hello,
I would like to reduce the spacing between two different questions in my survey.
!
I have attempted to use the following CSS codes, but couldn't seem to remove any of the spacing:
<style>
.Skin .Separator {
margin:0px 0px;
}
.Skin .QuestionText{
padding-top:5px;
}
.Skin .QuestionBody{
padding-bottom:0px;
}
<style>
Would anyone be able to help? Thank you!
I have attempted to use the following CSS codes, but couldn't seem to remove any of the spacing:
<style>
.Skin .Separator {
margin:0px 0px;
}
.Skin .QuestionText{
padding-top:5px;
}
.Skin .QuestionBody{
padding-bottom:0px;
}
<style>
Would anyone be able to help? Thank you!Best answer by Anonymous
Hello @Estha ,
Add following css in the look and feel -> add custom css
.Skin .QuestionOuter {
padding-bottom: 0px;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
