Radio input and Inline LaTex
Welcome to QSM Support Forum. › Forums › QSM Pro Support › Radio input and Inline LaTex
- This topic has 12 replies, 11 voices, and was last updated 1 hour, 35 minutes ago by
Alen Neck.
-
AuthorPosts
-
October 26, 2019 at 8:19 pm #934
Grantly N
ParticipantHello! 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!
Attachments:
You must be logged in to view attached files.October 28, 2019 at 7:48 am #953Kharis
KeymasterHello there,
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.
Regards,
KharisOctober 31, 2019 at 7:58 pm #986Grantly N
ParticipantHello I seem to have been able to fix it by:
.MJXc-display {
display: inline !important;
}For some reason I remember the help page recommending I make a different elements display: “inline”…
Thank you for your help!
This is a great plugin!
November 4, 2019 at 9:40 am #1023Kharis
KeymasterGreat! Glad to know you got the code that works for you.
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
KharisMay 9, 2025 at 11:23 am #13258Marlon Samules
ParticipantHey! 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!
June 27, 2025 at 11:39 am #13925talha rizwaan
ParticipantHi! 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.
July 7, 2025 at 2:54 am #14051Allan Jenkins
ParticipantThis reply has been marked as private.July 21, 2025 at 7:50 pm #14313jare kiobholo
ParticipantHi! While working with LaTex in QSM, try adjusting vertical alignment on the MathJax span using CSS like vertical-align: middle;. It helped in my “toca boca mod apk unlocked all furniture” UI tweaks too. Sometimes, tweaking display properties like inline-flex for label elements can also solve the issue.
August 1, 2025 at 6:50 am #14446Saad Ali
ParticipantTo fix the issue of your LaTeX formulas not aligning with the radio buttons, try setting the MathJax span to display: inline-block; and apply vertical-align: middle;. This should help ensure the LaTeX content stays on the same line as the radio buttons. If that doesn’t work, double-check the surrounding styles and ensure there’s no conflicting CSS. You might also find additional helpful tips on forums or other resources like Free Fire Mod APK to get an idea of how to solve the problem.
August 4, 2025 at 10:56 am #14481Presley Okuneva
ParticipantTo conquer Geometry Dash Scratch effectively, players need to apply some small but very useful tips. First, practice regularly in Practice mode to memorize the locations of obstacles and get used to the rhythm of each level. Second, don’t try to rush through the level – stay calm and focus on each precise jump. Also, using headphones will help you synchronize your actions with the soundtrack better, improving your reflexes.
August 4, 2025 at 11:41 am #14484Thomas Henry
ParticipantYou can fix the inline alignment issue by targeting the MathJax span directly in your CSS: Bible Chat Ai
`css
.qsm-checkbox-label .MathJax {
display: inline-block;
vertical-align: middle;
}
`
This ensures LaTeX renders alongside the radio button, not beneath it. Let me know if you need to tweak for different themes or question types!
August 5, 2025 at 4:06 pm #14501Ali Raza
ParticipantMerchandise plays a powerful role in brand visibility and customer loyalty. Integrating tech concepts like radio input and inline LaTeX into branded items can creatively target niche audiences, especially in academic or developer communities. Imagine stylish notebooks with embedded LaTeX examples or interactive tech giveaways showcasing input mechanisms. This fusion of function and flair ensures your promotional efforts stand out, bridging practical use with innovative engagement in unexpected ways.
August 9, 2025 at 7:53 am #14570Alen Neck
ParticipantGood point about combining radio inputs with inline LaTeX — it can definitely make quizzes more visually engaging for math-heavy content. If you’re into mobile gaming as well, I recently tried the Fr Legends Mod Menu, which offers a lot of customization options for drift racing fans.
-
AuthorPosts
- You must be logged in to reply to this topic.