Horizontal Multiple Response : Columns and align
Welcome to QSM Support Forum. › Forums › QSM Pro Support › Horizontal Multiple Response : Columns and align
- This topic has 9 replies, 3 voices, and was last updated 4 days, 22 hours ago by
seo xperts.
-
AuthorPosts
-
October 4, 2019 at 3:54 pm #636
sylvio lecompte
ParticipantHello, i use the Horizontal Multiple Response option to display lots of answers but it’s kinda hard to read, plus, some text appears on the line below while the checkbox remains at the end of the previous line.
Isn’t there a way to make it appear on multiple aligned columns instead?
Also, the selected answers displayed on the result page are not readable. There’s no space between the checked answers.
Can you do something about that? Thanks
Attachments:
You must be logged in to view attached files.October 5, 2019 at 2:07 pm #642Kharis
KeymasterHello Sylvio,
I’d like to help you achieve those two objectives with a couple lines of CSS code. But, please share a link to your quiz here, so I can get the code depending on the situation you’ve having in there. It’ll be much efficient as I don’t need to recreate it on my test site.
If you want your link remains private, tick “Set as private reply” option.
Regards,
KharisOctober 5, 2019 at 11:10 pm #649sylvio lecompte
ParticipantThanks for your help! Here’s the link: https://coupdepoucepme.com/quiz/test-css/
I could have been able to do something if the html layout was a list (ul – li). But every div are just “lined up”.
Anyway, hope you can find a solution, especially for the result page (as seen in the screenshot). It’s not readable at all.
Thanks again 😉
October 6, 2019 at 11:55 pm #664Kharis
KeymasterHello there,
Your quiz’ result is now displaying only a single line of text. I have nothing to inspect and correct right now. See the attached screenshot. Would you please put it back like when it’s initially reported?
Regards,
KharisAttachments:
You must be logged in to view attached files.October 7, 2019 at 1:48 pm #675sylvio lecompte
ParticipantOctober 8, 2019 at 11:45 pm #706Kharis
KeymasterHello there,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.qmn_check_answers { flex-direction: column; } .qmn_check_answers:after { content: ''; display: block; clear: both; } .qmn_check_answers > span { width: 24%; display: block; margin-right: 10px; margin-bottom: 2px; }
Regards,
KharisOctober 9, 2019 at 2:05 am #713sylvio lecompte
ParticipantThanks for you answer. Actually, displaying multiple choices in a SINGLE column is already an option you can choose in the question type list.
My initial question was whether it was possible to show this list in MULTIPLE columns. The question has a very long list of choices and displaying in a single column is not ideal.I would rather have it displayed in multiple aligned column (see image).
Do you think is possible?
Attachments:
You must be logged in to view attached files.October 9, 2019 at 6:56 am #715Kharis
KeymasterHello there,
Try this CSS code:
.qmn_check_answers { flex-direction: column; } .qmn_check_answers:after { content: ''; display: block; clear: both; } .qmn_check_answers > span { width: 46%; display: block; margin-right: 10px; margin-bottom: 2px; } @media only screen and (min-width: 580px) { .qmn_check_answers > span { float: left; min-height: 40px; } }
Regards,
KharisJune 26, 2025 at 7:35 am #13900seo xperts
ParticipantWe sell high-quality indoor SMD screens, outdoor SMD screens, LED video walls, digital billboards, digital standees, and digital signage in SMD Screen in pakistan, including Lahore, Islamabad, Rawalpindi, Karachi, Multan, and Peshawar. No matter where you are, we can deliver the best screens to your doorstep.
June 26, 2025 at 7:37 am #13901seo xperts
ParticipantAvailable Generator Sizes for diesel generator rental, We offer generator rental services in Dubai and across the UAE, with power capacities ranging from 1.5 kVA to 1500 kVA. Whether you need a small generator rental for home backup or a high-capacity generator for construction and industrial projects, we have the perfect solution. Our range includes portable, silent, and three-phase generator rentals to ensure uninterrupted power for any need.
-
AuthorPosts
- You must be logged in to reply to this topic.