CSS to reduce the space in between the Single page question

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:

Hi, the CSS code doesn't seem to be included in this post, please could you share? :slight_smile: many thanks!

Hi @Hannah_Khwaja, Sorry for the inconvenience.

Can you please check now once?

That's great, thanks so much!