Hello! I have been really enjoying working with QSM. I have been writing a bit of CSS to style my quizzes and get them exactly how I like them. Unfortunately, however, I have not been able to get my answer text inline with my radio buttons when using LaTex in my answer. I have tried all the recommendations in the frequently asked questions. I am worried it has to do with the properties of the “MathJax” span. Does anyone have any suggestions on how I can force my LaTex formulas onto the same line as my radio buttons? Thank you so much!
Your theme’s CSS code might be causing it broken. Maybe we can suggest you with simple CSS code to align it. Please share us a link to your quiz to help me get the exact selector.
Hey! I’ve run into the same LaTeX alignment issue before—turns out adjusting the MathJax span styles helped. I found a neat workaround while customizing quizzes on frlegendsmodi.com too. Try tweaking display properties!
Hi! While working with LaTex in QSM, try adjusting vertical alignment on the MathJax span using CSS like vertical-align: middle;. It helped in my “car parking multiplayer mod apk” UI tweaks too. Sometimes, tweaking display properties like inline-flex for label elements can also solve the issue.