Is it possible to move drill down menu under label? | XM Community
Question

Is it possible to move drill down menu under label?

  • 3 September 2020
  • 1 reply
  • 3 views

Hello all.
First time submitting a question here. Any who, like the title says, I'm looking to see if it's possible to move drill down menu under the "Program" and "Campus" labels respectively? See attachment.
Screen Shot 2020-09-03 at 3.13.38 PM.png


1 reply

Userlevel 7
Badge +27

Hi there, if you still need, this can be put in place for Drilldown questions by adding the below CSS to the Style section of the survey's Look & Feel:
div.Inner.BorderColor.DL > div > fieldset > div > table > tbody > tr {
    display: grid !important;
}
Drilldown_Rows.png

Leave a Reply