Skip to content Skip to main navigation Skip to footer

Radio input and Inline LaTex

Welcome to QSM Support Forum. Forums QSM Pro Support Radio input and Inline LaTex

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #934
    Grantly NGrantly N
    Participant

    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!

    Attachments:
    You must be logged in to view attached files.
    #953
    KharisKharis
    Keymaster

    Hello 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,
    Kharis

    #986
    Grantly NGrantly N
    Participant

    Hello 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!

    #1023
    KharisKharis
    Keymaster

    Great! 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,
    Kharis

    #13258
    Marlon SamulesMarlon Samules
    Participant

    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!

    #13925
    talha rizwaantalha rizwaan
    Participant

    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.

    #14051
    Allan JenkinsAllan Jenkins
    Participant
    This reply has been marked as private.
    #14313
    jare kiobholojare kiobholo
    Participant

    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 “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.

    #14446
    Saad AliSaad Ali
    Participant

    To 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.

    #14481
    Presley OkunevaPresley Okuneva
    Participant

    To 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.

    #14484
    Thomas HenryThomas Henry
    Participant

    You 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!

    #14501
    Ali RazaAli Raza
    Participant

    Merchandise 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.

    #14570
    Alen NeckAlen Neck
    Participant

    Good 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.

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.