Left Align Quizzer Answers

I just bought Quizzer, and created my first quiz, but all the radio button answers are center aligned. It doesn’t look as nice as the example quizzes on STH site. How do I left align the answers?

the answers are presented as a list - which most themes / frameworks would left align by default. how / where are you using it? what theme / framework?

Try adding this to the CSS panel for the page: .answers{text-align: left}

1 Like

Thanks. That worked. Not sure why I needed it, given the typical left align for lists. I am using Foundation, so it’s nested in a couple of containers and a toggle, so the override could be happening anywhere. Thanks for the quick fix!