Question Format using Custom CSS or HTML | XM Community
Skip to main content
Question

Question Format using Custom CSS or HTML

  • May 6, 2024
  • 1 reply
  • 39 views

Forum|alt.badge.img

How can I make the question all in one line using CSS

 

 

1 reply

RickB
Level 4 ●●●●
Forum|alt.badge.img+22
  • Level 4 ●●●●
  • 128 replies
  • May 8, 2024

Hey @khanjan 

in Look and feel go to style 
there you can see custom CCS

fill in this code
.question .question-display{
 white-space: nowrap; 
}

you will get it then like this 

 


Let me know if this works