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

Widen matrix likert profile statement section, close up white space between response options

  • July 3, 2023
  • 2 replies
  • 93 views

gingersauz
Level 4 ●●●●
Forum|alt.badge.img+26

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.

 

 

2 replies

praveengeorgeix
QPN Level 4 ●●●●
Forum|alt.badge.img+11
  • QPN Level 4 ●●●●
  • July 3, 2023

Could you please add the below code in CSS settings.

 

.Skin .ChoiceStructure, .Skin .ChoiceStructure input[type=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;

}

 

 

 


Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • July 3, 2023

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