Question Format using Custom CSS or HTML | XM Community
Question

Question Format using Custom CSS or HTML

  • 6 May 2024
  • 1 reply
  • 12 views

Badge

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

 

 


1 reply

Userlevel 2
Badge +6

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

Leave a Reply