How to move the dropdown to the left side closer to the label | XM Community
Skip to main content

How to move the dropdown to the left side closer to the label

  • November 27, 2022
  • 2 replies
  • 33 views

Forum|alt.badge.img+2

Hello Community.
I'm working with Matrix Table Question type however I wanted to move the dropdown to the left side closer to the label how I can do that
image.png

2 replies

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+44
  • 1549 replies
  • November 28, 2022

ricsdpl
The most you can do here is remove padding.
.Skin .Matrix table th.c1 {
padding: 0px;
}
Hope it helps!


Forum|alt.badge.img+2
  • Author
  • 34 replies
  • November 28, 2022

Thank you Deepak!


Leave a Reply