Help Needed with Reducing Spacing! 🙏🏻 | XM Community
Skip to main content
Question

Help Needed with Reducing Spacing! 🙏🏻

  • January 15, 2025
  • 1 reply
  • 27 views

Forum|alt.badge.img+5

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 :) 🚀

1 reply

Aggarwal
Level 4 ●●●●
Forum|alt.badge.img+15
  • Level 4 ●●●●
  • 134 replies
  • January 15, 2025

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