Hi everyone,
I hope you're doing well.
I’m sharing a preview of my survey on mobile.

Could someone please assist me with the code to reduce the spacing highlighted in yellow?
Thanks
Hi everyone,
I hope you're doing well.
I’m sharing a preview of my survey on mobile.
Could someone please assist me with the code to reduce the spacing highlighted in yellow?
Thanks
For this you can also use css like as
.container-class {
margin-top: 0 !important;
padding-top: 0 !important;
}
.additional-class {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.