Skip to content
Studyraft
Menu
  • About
  • Contact Us
  • Privacy Policy

MathJax align items to next line WordPress

Sep 28 2022December 9, 2022

If you want MathJax items to come on next line in WordPress then you can use the following CSS to fix the issue:

.MathJax {
    display: flex;
}

Related Posts:

  • Flexbox move column to next line
  • How to add spacing between list items in CSS
  • CSS specific query for Android and iOS
  • Enable 2-Step Verification in Google Account
  • Derivative rules examples
Sep 28 2022December 9, 2022

© 2025 Studyraft