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


Leave a Reply