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

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

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