CSS to reduce the space in between the Single page question
By applying this CSS, you can reduce the spacing between the single-page questions, eliminating the need for users to scroll down in order to submit the questionnaire.
.ss-spf-container .ss-spf-default .ss_cl_survey_qstn_item {
padding-top: 0;
padding-bottom: 8px;
}
Please modify the code in the specified section: padding. Adjusting this value to a larger number will increase the spacing accordingly.
With 30px:
With 0px: