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

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

 

 

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