Survey builder | XM Community
Skip to main content

Hello everyone, 

 

I’m currently building a survey and I have a problem with my question here :

As you can see, there is a gap between dropbox question and I think is because I’m using the “flat” mode in layout in Look and feel options. Is there any way maybe javascript or other to erase these gap please ? 

 

Thanks in advance

Tata 

By gap, do you mean that you’re trying to get the two drop down boxes to be the same size?


Hello @ash123 

Thanks for your answer.

I mean the gap at drop down boxes left, in order for the drop down boxes to be aligned with text above at the very left 

Is my explanation clear enough ? 


Hello @ash123 

Thanks for your answer.

I mean the gap at drop down boxes left, in order for the drop down boxes to be aligned with text above at the very left 

Is my explanation clear enough ? 

@Tata C It’s hard to do custom with this dropdown in flat layout because the CSS got marked with !important and I can’t overwrite it. If you use modern or classic layout, you can align the dropbox with this custom CSS, change the px number as you like.

.Skin .MC .DL .QuestionBody {     padding-left: 0px !important; }


Hello @Nam Nguyen 

 

Thanks for your answer :)


Leave a Reply