Pick, Group and rank - how to refromatting answer box | XM Community
Skip to main content
Question

Pick, Group and rank - how to refromatting answer box

  • June 27, 2023
  • 1 reply
  • 101 views

Forum|alt.badge.img+1

Hi, 

On my survey I have a few pick, group and rank questions but the options do not always fit in the answer box. I used the following JavaScript to expand the size of this box:

 

jQuery("#"+ this.questionId+" td.groupsContainerTd > div > div ").css("width","200%");

 

This has worked, but while the box has expanded, the title of the box hasn’t:

Can anyone advise on how I can make the size of the answer box title match the rest of the box?

Thanks. 

1 reply

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • June 27, 2023

Try adding the below CSS to the Style section of the Look & Feel:

.Skin .PGR .DragAndDrop .Group h2 {
width: 100% !important;
}