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.