Widen matrix likert profile statement section, close up white space between response options | XM Community
Skip to main content

I’ve searched and searched and just haven’t found what I’m looking for.  I want to widen the area where the statements are and close up the spacing between the response options in the question below.

 

 

Could you please add the below code in CSS settings.

 

.Skin .ChoiceStructure, .Skin .ChoiceStructure inputttype=text], .Skin .ChoiceStructure option, .Skin .ChoiceStructure td, .Skin .ChoiceStructure textarea, .Skin .ChoiceStructure th, .Skin .FileUpload .QuestionBody, .Skin .HLTextToolTipBox, .Skin .HLTextWords, .Skin .PGRSortable, .Skin .SignatureBox {

    font-weight: 400;

    width: max-content !important;

}

 

 

 


You can try this CSS:

.c1 {
min-width: 300px;
}

.Skin .Matrix th {
padding: 2px !important;
}

.Skin label.MultipleAnswer, .Skin label.SingleAnswer {
padding-left: 10px !important;
padding-right: 10px !important;
}

 


Leave a Reply