Reduce White Space | XM Community
Solved

Reduce White Space

  • 25 April 2023
  • 3 replies
  • 759 views

Userlevel 7
Badge +19
  • Level 5 ●●●●●
  • 544 replies

I have tried MANY different solutions, but remain unable to reduce the white space in my survey to help a Site Intercept display correctly. What am I missing? The only thing to make a dent is standard “look and feel” options to reduce to “compact” question spacing, no custom code has done anything. 

Survey/Intercept in question: 
 



Previously attempted solutions: 
 

 

icon

Best answer by JesperAndersen 26 April 2023, 21:59

View original

3 replies

Userlevel 3
Badge +11

Have you tried to use CSS in the look and feel section?

This CSS has worked for me:

.Skin .QuestionOuter { padding-bottom: 0px; }
@media (min-width:480px) {.Skin .QuestionOuter .QuestionBody {padding-bottom:0px !important;}}

 

You might also look at reducing the space between the Yes & No options.

Alternatively you could display the Yes/No side by side. That should free up some space.

Userlevel 7
Badge +19

Thanks for the idea! 

 

Turns out, my main issue was the layout I was using. I was utilizing the new “simple” layout, but I needed to change this to “blank” to get any of the code to work. After that, several of the previous solutions started to do something. 

Userlevel 3
Badge +11

Ahhh yes, now that you say so, I think I came across something similar, if you are chosing to user prebuilt themes. Good that it is working now :)

Leave a Reply