• Resolved idEaL

    (@taraktalluri)


    answers are showing very lift side. please tell how to bring to middle of block, i mean justify the font in option blocks

Viewing 1 replies (of 1 total)
  • Plugin Author ays-pro

    (@ays-pro)

    Hi Dear @taraktalluri,

    Thank you for your topic.

    Please copy the following CSS and paste it into the Custom CSS field of the given quiz. ( Quiz Maker → Quizzes → the given quiz → Styles tab → Custom CSS)
    Please note to change the YOUR_QUIZ_ID to the given quiz ID of yours. (do not delete the space after it)

    #ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container label[for^="ays-answer-"] {
        text-align: center;
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    Please, delete all caches before checking.

    Please, let me know about the outcome.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘answers should be padding inside’ is closed to new replies.