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

Help Needed with Reducing Spacing! šŸ™šŸ»

  • January 15, 2025
  • 1 reply
  • 33 views

Forum|alt.badge.img+5
  • Level 5 ā—ā—ā—ā—ā—
  • 157 replies

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