• Resolved larissaswayze

    (@larissaswayze)


    Hello! Is there any way to show more than two image answers side-by-side in a grid layout? For example, if I wanted the grid to be three images across and three down for a total of nine image choices – how would I do that? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support Jasmine

    (@hyenokian)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘More than two side-by-side images in answer grid?’ is closed to new replies.