How to left align Mathjax elements
MathJax.Hub.Config({ jax: [“input/TeX”,”output/HTML-CSS”], displayAlign: “left” });
MathJax.Hub.Config({ jax: [“input/TeX”,”output/HTML-CSS”], displayAlign: “left” });
Well if you need a global re-size, here’s how I did it through CSS. .MathJax { font-size: 1.3em; } I used 1.3 em, you can change it to better suit your needs.