• Resolved findagroomer

    (@findagroomer)


    I have a 4 column table, total 18 rows. There is a unique image in each of the 72 cells. Every image is the exact same size. How can I tighten the cell padding or spacing, there is a lot of white space between rows and columns?

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The padding can be changed using CSS code. For example, try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 tbody td {
      padding: 2px;
    }

    Just change the table ID 123 as necessary.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Cell Padding Spacing with Table of All Images’ is closed to new replies.