Dear @larissaswayze,
Thank you for the topic.
At the moment, unfortunately, there is no such kind of functionality available in the plugin.
By the way, I have passed your case to our Development Team and, though generally, we don’t provide this kind of support, we have decided to make a great exception for you.
Our Development Team has created a new Custom CSS code special for you to achieve your desired result.
Please take this Custom CSS code and insert it into the Quizzes > particular quiz > Styles tab > Custom CSS option.
Then, replace YOUR_QUIZ_ID with the corresponding Quiz ID (e.g. 3).
Do not delete the space after it.
Do not forget to clear the cache afterward.
#ays-quiz-container-YOUR_QUIZ_ID div.ays_grid_view_container div.ays_grid_view_item {
width: calc(33% - 5px) !important;
}
#ays-quiz-container-YOUR_QUIZ_ID div.ays_grid_view_container div.ays_grid_view_item:nth-child(odd){
margin-right: 0px !important;
}
Please check this and let us know about the outcome.
Thank you.