CSS to add more columns with Picture choice question
By applying this CSS, additional columns will be added to the picture choice question, allowing users to view all the available options without the need to scroll down.
Code :
.ss-answer-option--picture-choice {
width: 140px;
}
.ss-answer-option--picture-choice .ss-img-container {
height: 130px;
}