Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, this is caused by the CSS code

    table br{display:none}
    

    that for some reason is part of the CSS on your site. Unfortunately, I can’t see where that is coming from. To override this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress br {
      display: inline;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Line breaks missing from tables’ is closed to new replies.