• Resolved norepeatsorhesitations

    (@norepeatsorhesitations)


    Hi! I made my first quiz but the font size for the answers (all radio) is appearing too small on the page. Also, I would like to align them center instead of left. How can I make these two changes?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author wakeop

    (@wakeop)

    The font size is set by your theme and you can change it for the whole theme as well as for Chained Quiz.
    If you want the change to be for Chained Quiz only go to the Appearance -> Customize -> Additional CSS and try with this code:

    .chained-quiz-choices {
    	width: 50%;
    	margin: 10px auto;
    	text-align: center;
    }
    .chained-quiz-choice {
    	text-align: left;
    }
    .chained-quiz-label {
    	font-size: 16px;
    }

    You can change the value of font-size until you get the look you need.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing font size and centering answers’ is closed to new replies.