• Resolved catvjohn

    (@catvjohn)


    Hi, I’m new to this plugin. Install the free version using the free WordPress web templates. I don’t know how to align the text to the left. Also, the check marks are not currently on the same line as the responses. It should be on the same line. See the link to the page I need help with. After answering this first question of the quiz, an overview summary page has appeared and this page looks very nice. I like to create all the pages of this quiz the same way as this overview page. What am I doing wrong? Thanks for any advice.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • sumitsanadhya

    (@sumitsanadhya)

    Hi @catvjohn

    Please add the below-given CSS code in this location appearance > customize > Additional CSS.

    input[type=”radio”], input[type=”checkbox”] {
    margin: 20px 0 0 !important;
    }

    .quiz_section {
    display: flow-root !important;
    }

    .mlw_qmn_new_question {
    display: inherit;
    text-align: left;
    }

    Once done then please check the documentation for quiz creation and follow it.

    Let me know if you face any issues with it.

    https://quizandsurveymaster.com/docs/creating-quizzes-and-surveys/creating-your-quiz-or-survey/

    Regards,
    Sumit

    Thread Starter catvjohn

    (@catvjohn)

    Hi, thank you, i add the code into additional CSS, but in the current quiz the design no change. It looks same as before. Do I have to create new quiz after adding the code? Please advice again, thanks.

    sumitsanadhya

    (@sumitsanadhya)

    Hi @catvjohn

    As I check the quiz it is showing properly. Please check below-given screenshot link for your reference.

    https://nimb.ws/7D1ezT

    Let me know if you need more help.

    Regards,
    Sumit

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align texts’ is closed to new replies.