Help Needed with Reducing Spacing! šŸ™šŸ» | XM Community
Skip to main content

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;
}
Ā