Removing padding within labels in profile type matrix tables | XM Community
Skip to main content
Question

Removing padding within labels in profile type matrix tables

  • September 23, 2021
  • 1 reply
  • 83 views

Hi all - I am looking to remove the padding for all scale labels within a profile type matrix table. Basically, I want to uniformly, vertically top-align all the text across the scale points. As you can see below, it looks like I have achieved it for some rows (the first "Shared Vision") but not for others (the second, "Goal Setting and Strategic Planning"). I think I have identified the problem--a padding issue in the label, but I cannot figure out how to change it with just the "element.style" selector option. I have tried putting this CSS into each label itself using the Rich Content Editor, with no luck.
Any ideas?
image.png

1 reply

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • September 30, 2022

Hi there, if you still need, adding the below CSS to the Style section of the survey's Look & Feel might help:
.Skin .Matrix .Profile .MultipleAnswer, .Skin .Matrix .Profile .SingleAnswer {
    padding: 0px !important;
}