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

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

  • 27 November 2022
  • 2 replies
  • 19 views

Badge +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

Userlevel 7
Badge +36

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

Badge +2

Thank you Deepak!

Leave a Reply