• I also have a problem with inline formulas where every latex line is showing up on a new line. I know that it has to be a css block image issue, but not sure how to fix it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author advanpix

    (@advanpix)

    Your page is heavily optimized, and hence all CSS are squeezed into non-readable format.
    You need to find these lines in some of original CSS files:

    .td-post-content img {
        display: block;
    }

    and convert it to:

    .td-post-content img {
        /* display: block; */
    }

    I have the same issue (using Kadence for my theme). Can I make a change like this using Woody Snippets, or do I need a child theme if I’m not going to lose the changes at the next update?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unwanted line breaks with inline formulas’ is closed to new replies.