Hi,
I am currently designing a survey for my bachelor. Unfortunately the template off of my university is displaying items of a multiple choice question in one straight line, although display colums is set to 2 in the question.
There is no error in the template file and I spent two days trying to figure the problem out.
"Umfrage aktuell" is the original status of the problem
"Umfrage Soll" is how it should look like, with default template
"umfrage bearbeitet" is how far I got currently. I acchieved through adding "display: inline block" to the follwing code.
Code:
.choice-5-pt-radio li
,.list-radio-flexible li
,.list-radio li
,.list-with-comment li
,.multiple-opt li
,.multiple-opt-comments li
,.multiple-short-txt li
,.numeric-multi li
,.yes-no li
,.gender li {
list-style-type: none;
text-align: left;
margin: 0% 0% 0.5em 0.5em;
display:inline-block;
What is the code to get a justified allignment of the questions seen in "Umfrage soll"?
I also attached the template to this post.
Thanks for the help!
Simon