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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, you should simply use the HTML entity   for a non-breaking space and write that three times before the text, i.e.
       Kendall Kerekes, KnowledgeAdvisors

    Another method would be to use CSS code (in the “Custom CSS” textarea on the “Plugin Options” screen of TablePress) to increase the padding on the left of those cells:

    .tablepress-id-1 .row-2 .column-1,
    .tablepress-id-1 .row-3 .column-1,
    .tablepress-id-1 .row-3 .column-1 {
      padding-left: 20px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Row Indents’ is closed to new replies.