• Resolved zaidali2710

    (@zaidali2710)


    How can i show two option side by side in mobile phones instead of showing answers one below other just like desktop version, Also is there any way to update question on same place instead of scrolling down? Images in mobile phones are two large how can i reduce it

    • This topic was modified 4 years, 9 months ago by zaidali2710.
Viewing 1 replies (of 1 total)
  • Plugin Author arisoft

    (@arisoft)

    Hello

    PRO version supports multi-pages quizzes. It is possible to show one question per page and in this case new question will replace previous one.

    Try to add the following CSS rule to “ARI Stream Quiz -> Settings -> Advanced -> Custom CSS styles” parameter to limit image size:

    @media (max-width:768px) {
    .asq-theme .quiz-question-answer-image IMG {max-width:150px!important}
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How can i show two options side by side on mobile devices’ is closed to new replies.