• Resolved mikele10

    (@mikele10)


    Hi there. I love this plugin!

    Just one question. Is it possible to reduce the spacing above and below the cells when hiding borders? When the borders are hidden i’d like to tighten up the line height.

    Thank you!

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, this is possible, by reducing the padding. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress td {
      padding: 2px 5px;
    }

    The first number is the top and bottom padding, the second number is the left and right padding.

    Regards,
    Tobias

    Thread Starter mikele10

    (@mikele10)

    Thanks so much Tobias. I had to add the !important function but it worked like a charm 😉

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Reducing space between cells’ is closed to new replies.