Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To reduce that space, you can reduce the padding in the cells. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #content .tablepress th {
        padding: 6px 20px 6px 6px;
    }
    #content .tablepress td {
        padding: 6px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Reduce “all” Space’ is closed to new replies.