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

Is it possible to move drill down menu under label?

  • September 3, 2020
  • 1 reply
  • 10 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

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • February 13, 2023

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