- Posts: 48
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
am using the bootstrap button with the single choice feature to design a list of questions. It involves choosing one out of two types of lists repeatedly.Ideally, the two buttons should appear side by side on a single line, especially for better mobile responsiveness. However, they display on two separate lines on mobile, making the list elongated on smaller screens. This issue also occurs on PCs when adjusting the browser size. On larger displays, they do appear side by side as intended. If there's a recommended approach to ensure they appear on one line, I'd appreciate the suggestion. Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
@media (max-width: 768px) { .columns-2 .answer-container > .container-fluid { padding: 0 8px; } .columns-2 .radio-list .bootstrap-buttons-div { padding: 0 calc(var(--bs-gutter-x)*.25); width: 50%; } .columns-2 .radio-list .bootstrap-buttons-div > div { padding: 0; } }
Please Log in to join the conversation.
Please Log in to join the conversation.