I am trying to just do a simple First Middle and Last name survey question and have the fields in a horizontal layout. Everything I am trying is looking bad. I have done a bit of searching and I was pointed to using a side-by-side question. The default look of this is really bad. Is there some other way to do this?
If i remove the text "click to write..." then that deletes the whole column. Even if that worked I am still left with this ugly table lines. Maybe this is not the best because of mobile considerations but I would at least like to try.
Page 1 / 1
DougG
You can have a view like this:
Just have one column and choose 3 answers with open-ended text and use the below code in look and feel>> custom CSS. To remove Click to write.. just add a space there.
.Skin .SBS .c2 {
display: none;
}
.Skin .SBS .Answers td, .Skin .SBS .Answers th {
border-bottom: 0px;
}
Hope it helps!
That works really nicely. Thank you
Great solution here Deepak! Truly appreciate you providing screenshots as well!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.